corner button cross-theme readability

This commit is contained in:
dragonwocky 2021-11-03 21:52:59 +11:00
parent a4119cd3b9
commit f1705d97fb

View File

@ -153,7 +153,8 @@
} }
.notion-help-button, .notion-help-button,
.onboarding-checklist-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; background: var(--theme--tag_default) !important;
box-shadow: var(--theme--ui_shadow, rgba(15, 15, 15, 0.15)) 0px 0px 0px 1px, 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; var(--theme--ui_shadow, rgba(15, 15, 15, 0.15)) 0px 2px 4px !important;