Fixed year filter text color.

This commit is contained in:
DebaucheryLibrarian 2024-12-16 02:36:01 +01:00
parent 22b5561d69
commit b225d5af99
1 changed files with 1 additions and 0 deletions

View File

@ -65,6 +65,7 @@ function clearYears() {
overflow-x: auto; overflow-x: auto;
overflow-y: hidden; overflow-y: hidden;
background: none; background: none;
color: var(--text);
&:focus .year:checked { &:focus .year:checked {
background: var(--primary) linear-gradient(0deg, var(--primary) 0%, var(--primary) 100%); background: var(--primary) linear-gradient(0deg, var(--primary) 0%, var(--primary) 100%);