Fixed dark styling on years filter.

This commit is contained in:
DebaucheryLibrarian 2024-08-18 02:07:46 +02:00
parent 6e56f8c9fe
commit b3b529faac
1 changed files with 3 additions and 2 deletions

View File

@ -54,7 +54,7 @@ function clearYears() {
.years-container { .years-container {
display: flex; display: flex;
align-items: stretch; align-items: stretch;
border-bottom: solid 1px var(--shadow-weak-30); border-bottom: solid 1px var(--glass-weak-30);
} }
.years { .years {
@ -78,6 +78,7 @@ function clearYears() {
.year { .year {
display: inline-block; display: inline-block;
padding: .25rem; padding: .25rem;
color: var(--text);
font-size: .8rem; font-size: .8rem;
&:hover { &:hover {
@ -97,7 +98,7 @@ function clearYears() {
display: flex; display: flex;
align-items: center; align-items: center;
padding: 0 .5rem; padding: 0 .5rem;
fill: var(--shadow); fill: var(--glass);
&:hover { &:hover {
fill: var(--primary); fill: var(--primary);