diff options
| author | HJ <30-hj@users.noreply.git.pleroma.social> | 2022-06-19 20:26:24 +0000 |
|---|---|---|
| committer | HJ <30-hj@users.noreply.git.pleroma.social> | 2022-06-19 20:26:24 +0000 |
| commit | 4452a14c77e54bfabb90545e5924624f31f65d19 (patch) | |
| tree | 2bc576e59525eedd351e03ec22b6015fd6246a19 | |
| parent | 6fb483955e0796c13505276d59bc9db77ed8dc7d (diff) | |
| parent | 31571361d378db5a42a2c955060637782d546fb3 (diff) | |
Merge branch 'from/develop/tusooa/topbar-input-text' into 'develop'
Fix top bar input text colour
See merge request pleroma/pleroma-fe!1538
| -rw-r--r-- | src/components/desktop_nav/desktop_nav.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/components/desktop_nav/desktop_nav.scss b/src/components/desktop_nav/desktop_nav.scss index 0ca9802e..eddd9707 100644 --- a/src/components/desktop_nav/desktop_nav.scss +++ b/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); } |
