Fixed dark styling on years filter.

This commit is contained in:
2024-08-18 02:07:46 +02:00
parent 6e56f8c9fe
commit b3b529faac

View File

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