From 6247ad9e055848c3131ef72bde9354d4e12d0679 Mon Sep 17 00:00:00 2001 From: checktheroads Date: Tue, 14 May 2019 16:20:09 -0700 Subject: [PATCH] fixed navbar background color, fixed footer text color --- hyperglass/static/sass/custom/custom_elements.sass | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hyperglass/static/sass/custom/custom_elements.sass b/hyperglass/static/sass/custom/custom_elements.sass index 6325d14..42709a0 100644 --- a/hyperglass/static/sass/custom/custom_elements.sass +++ b/hyperglass/static/sass/custom/custom_elements.sass @@ -21,7 +21,10 @@ body .title, .subtitle, p, a color: findColorInvert($danger) -.navbar-menu, .navbar-brand, .navbar-tabs +.footer p, a + color: findColorInvert($body-background-color) + +.navbar, .navbar-menu, .navbar-brand, .navbar-tabs background-color: $body-background-color .navbar-item