Merge branch 'from/develop/tusooa/topbar-input-text' into 'develop'
Fix top bar input text colour See merge request pleroma/pleroma-fe!1538
This commit is contained in:
commit
4452a14c77
1 changed files with 4 additions and 0 deletions
|
@ -3,6 +3,10 @@
|
|||
.DesktopNav {
|
||||
width: 100%;
|
||||
|
||||
input {
|
||||
color: var(--inputTopbarText, var(--inputText));
|
||||
}
|
||||
|
||||
a {
|
||||
color: var(--topBarLink, $fallback--link);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue