-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Labels
customizationTheming, custom emoji, superficial adjustmentsTheming, custom emoji, superficial adjustments
Description
The "show settings" button on each column header (top right in image) is colored black by default. Perhaps this should be changed to a lighter gray, like other icons on the site?
Potential fix:
diff --git a/site-settings/merveilles-theme/merveilles.scss b/site-settings/merveilles-theme/merveilles.scss
index f957f94..1db9593 100644
--- a/site-settings/merveilles-theme/merveilles.scss
+++ b/site-settings/merveilles-theme/merveilles.scss
@@ -66,7 +66,7 @@ body {
.column-header__button {
background: var(--gray-shade-3) !important;
margin: 0px !important;
- color: var(--gray-shade-1) !important;
+ color: var(--gray-shade-5) !important;
}
.column-header__button:hover {Metadata
Metadata
Assignees
Labels
customizationTheming, custom emoji, superficial adjustmentsTheming, custom emoji, superficial adjustments
