From 71ed1d40bc44e0d5d35ddd8f0205fdcbf4f7396c Mon Sep 17 00:00:00 2001 From: Andrew Bone Date: Thu, 20 Dec 2018 21:40:06 +0000 Subject: [PATCH] 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. --- app/assets/stylesheets/top-bar.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/assets/stylesheets/top-bar.scss b/app/assets/stylesheets/top-bar.scss index 7d3b85176..38399c305 100644 --- a/app/assets/stylesheets/top-bar.scss +++ b/app/assets/stylesheets/top-bar.scss @@ -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; }