diff --git a/components/filters/years.vue b/components/filters/years.vue index 46750d6..5b286c3 100644 --- a/components/filters/years.vue +++ b/components/filters/years.vue @@ -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%);