Skip to content
Snippets Groups Projects
Commit 4452a14c authored by HJ's avatar HJ :fire:
Browse files

Merge branch 'from/develop/tusooa/topbar-input-text' into 'develop'

Fix top bar input text colour

See merge request pleroma/pleroma-fe!1538
parents 6fb48395 31571361
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,10 @@
.DesktopNav {
width: 100%;
input {
color: var(--inputTopbarText, var(--inputText));
}
a {
color: var(--topBarLink, $fallback--link);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment