From f1705d97fba199db7a487850ce6114b0378eef8c Mon Sep 17 00:00:00 2001 From: dragonwocky Date: Wed, 3 Nov 2021 21:52:59 +1100 Subject: [PATCH] corner button cross-theme readability --- repo/theming/patches.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/repo/theming/patches.css b/repo/theming/patches.css index 1485fc0..8779394 100644 --- a/repo/theming/patches.css +++ b/repo/theming/patches.css @@ -153,7 +153,8 @@ } .notion-help-button, .onboarding-checklist-button { - color: var(--theme--icon) !important; + color: var(--theme--tag_default-text); + fill: var(--theme--tag_default-text); background: var(--theme--tag_default) !important; box-shadow: var(--theme--ui_shadow, rgba(15, 15, 15, 0.15)) 0px 0px 0px 1px, var(--theme--ui_shadow, rgba(15, 15, 15, 0.15)) 0px 2px 4px !important;