Fix top bar input text colour

merge-requests/1569/head
Tusooa Zhu 2 years ago
parent 15229d27b4
commit 31571361d3
No known key found for this signature in database
GPG Key ID: 7B467EDE43A08224

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

Loading…
Cancel
Save