From 15e3f06ad666dd6911f26ae4ceece98ef5063e90 Mon Sep 17 00:00:00 2001 From: Cadence Ember Date: Tue, 28 Dec 2021 20:36:54 +1300 Subject: [PATCH] Fix theme on can't think page --- sass/includes/_cant-think-page.sass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sass/includes/_cant-think-page.sass b/sass/includes/_cant-think-page.sass index 36399ef..0bbf369 100644 --- a/sass/includes/_cant-think-page.sass +++ b/sass/includes/_cant-think-page.sass @@ -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