Fixed year filter text color.
This commit is contained in:
parent
22b5561d69
commit
b225d5af99
|
@ -65,6 +65,7 @@ function clearYears() {
|
|||
overflow-x: auto;
|
||||
overflow-y: hidden;
|
||||
background: none;
|
||||
color: var(--text);
|
||||
|
||||
&:focus .year:checked {
|
||||
background: var(--primary) linear-gradient(0deg, var(--primary) 0%, var(--primary) 100%);
|
||||
|
|
Loading…
Reference in New Issue