Fix top bar input text colour

This commit is contained in:
Tusooa Zhu 2022-06-11 18:17:28 -04:00
parent 15229d27b4
commit 31571361d3
No known key found for this signature in database
GPG Key ID: 7B467EDE43A08224
1 changed files with 4 additions and 0 deletions

View File

@ -3,6 +3,10 @@
.DesktopNav {
width: 100%;
input {
color: var(--inputTopbarText, var(--inputText));
}
a {
color: var(--topBarLink, $fallback--link);
}