Add missing quotes

This commit is contained in:
Cadence Ember
2020-05-11 01:53:00 +12:00
parent 3baba8fb4d
commit 4c5820802b

View File

@@ -51,7 +51,7 @@ body
border-color: hsl(104, 51.4%, 43.5%)
.top-nav
background-color: map-get($theme, background-power-primary)
background-color: map-get($theme, "background-power-primary")
position: relative
z-index: 1
box-shadow: map-get($theme, "shadow-down")