From 9ffdfb2b1e0544b0786290a0ec4f9b6c9e148cb6 Mon Sep 17 00:00:00 2001 From: checktheroads Date: Tue, 14 May 2019 17:29:31 -0700 Subject: [PATCH] fixed scss syntax issue affecting help box tags --- hyperglass/static/sass/custom/custom_elements.sass | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/hyperglass/static/sass/custom/custom_elements.sass b/hyperglass/static/sass/custom/custom_elements.sass index 42709a0..3b14747 100644 --- a/hyperglass/static/sass/custom/custom_elements.sass +++ b/hyperglass/static/sass/custom/custom_elements.sass @@ -21,8 +21,9 @@ body .title, .subtitle, p, a color: findColorInvert($danger) -.footer p, a - color: findColorInvert($body-background-color) +.footer + p, a + color: findColorInvert($body-background-color) .navbar, .navbar-menu, .navbar-brand, .navbar-tabs background-color: $body-background-color