1
0
mirror of https://github.com/checktheroads/hyperglass synced 2024-05-11 05:55:08 +00:00

fixed scss syntax issue affecting help box <a> tags

This commit is contained in:
checktheroads
2019-05-14 17:29:31 -07:00
parent ffc3e05a65
commit 9ffdfb2b1e

View File

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