Add missing quotes

This commit is contained in:
Cadence Ember 2020-05-11 01:53:00 +12:00
parent 3baba8fb4d
commit 4c5820802b
No known key found for this signature in database
GPG Key ID: 128B99B1B74A6412
1 changed files with 1 additions and 1 deletions

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")