Browse Source

Fix top bar input text colour

Tusooa Zhu 2 years ago
parent
commit
31571361d3
1 changed files with 4 additions and 0 deletions
  1. 4 0
      src/components/desktop_nav/desktop_nav.scss

+ 4 - 0
src/components/desktop_nav/desktop_nav.scss

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