Fix; use correct map key

This commit is contained in:
Cadence Ember 2021-01-20 16:12:21 +13:00
parent 508236fb9c
commit 81ea52bab8
No known key found for this signature in database
GPG Key ID: BC1C2C61CF521B17
1 changed files with 2 additions and 2 deletions

View File

@ -541,10 +541,10 @@ body
.error-fragment
text-align: center
padding: 30px 10px
color: map-get($theme, "text-normal")
color: map-get($theme, "foreground-primary")
a, a:visited
color: map-get($theme, "link")
color: map-get($theme, "link-primary")
.message
font-size: 32px