Fix theme on can't think page

This commit is contained in:
Cadence Ember 2021-12-28 20:36:54 +13:00
parent 0d23d66700
commit 15e3f06ad6
1 changed files with 2 additions and 2 deletions

View File

@ -16,8 +16,8 @@ $_theme: () !default
.page-narration
background-color: map.get($_theme, "bg-3")
border: 1px solid #aaa
color: #fff
border: 1px solid map.get($_theme, "edge-grey")
color: map.get($_theme, "fg-bright")
border-radius: 0
padding: 16px
margin: 40px auto 60px