style(topbar): fix select element color on mobile

This commit is contained in:
Tom (plebeius.eth)
2024-06-02 21:01:15 +02:00
parent 8b000a0bdb
commit b818b68af7
3 changed files with 79 additions and 76 deletions
+1 -4
View File
@@ -33,7 +33,7 @@
}
.boardNavMobile .pageJump a {
color: var(--button-text-color-mobile);
color: var(--topbar-mobile-button-color);
text-decoration: var(--button-text-decoration-mobile);
}
@@ -44,9 +44,6 @@
.boardNavMobile select {
font-size: var(--topbar-mobile-font-size);
border: var(--select-border, revert);
background-color: var(--select-background-color, revert);
color: var(--select-color, revert);
}
.boardSelect {