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:
Andrew Bone 2018-12-20 21:40:06 +00:00 committed by Ben Halpern
parent 0aeb579547
commit 71ed1d40bc

View file

@ -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;
}