style: update active state colors for filter and view options

This commit is contained in:
ctrlcat0x
2025-10-22 14:46:25 +05:30
parent 811a6ad955
commit 107b61f663
2 changed files with 8 additions and 6 deletions

View File

@@ -29,12 +29,14 @@
}
&.active {
color: #c9aa71;
background: rgba(201, 170, 113, 0.15);
&.active {
color: rgba(255, 255, 255, 0.95);
background: rgba(255, 255, 255, 0.15);
}
.library-filter-options__count {
background: rgba(201, 170, 113, 0.25);
color: #c9aa71;
background: rgba(255, 255, 255, 0.25);
color: rgba(255, 255, 255, 0.95);
}
}
}

View File

@@ -43,8 +43,8 @@
}
&.active {
color: #c9aa71;
background: rgba(201, 170, 113, 0.15);
color: rgba(255, 255, 255, 0.95);
background: rgba(255, 255, 255, 0.15);
}
}
}