Fix theme on can't think page
1 files changed, 2 insertions(+), 2 deletions(-) M sass/includes/_cant-think-page.sass
M sass/includes/_cant-think-page.sass => sass/includes/_cant-think-page.sass +2 -2
@@ 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