
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 {
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: