Adding --theme-top-bar-color (#1373)
Adding `--theme-top-bar-color` to change the colour of the text in the nav bar Currently, this only changes the colours of the icons fill.
This commit is contained in:
parent
0aeb579547
commit
71ed1d40bc
1 changed files with 2 additions and 0 deletions
|
|
@ -71,6 +71,7 @@
|
|||
z-index: 10;
|
||||
top: 1px;
|
||||
right: 90px;
|
||||
fill: var(--theme-top-bar-color, $black);
|
||||
@media screen and (min-width: 700px) {
|
||||
right: 110px;
|
||||
}
|
||||
|
|
@ -109,6 +110,7 @@
|
|||
display: block;
|
||||
text-align: center;
|
||||
z-index: 10;
|
||||
fill: var(--theme-top-bar-color, $black);
|
||||
@media screen and (min-width: 700px) {
|
||||
right: 73px;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue