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
+4
View File
@@ -42,6 +42,10 @@ hr {
user-select: none;
display: inline-block;
}
select {
filter: var(--filter80);
}
}
@media (min-width: 640px) {