The-Town icon indicating copy to clipboard operation
The-Town copied to clipboard

Column header icons lack contrast

Open oppiliappan opened this issue 3 years ago • 1 comments

preview

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 {

oppiliappan avatar May 24 '21 04:05 oppiliappan

Hey, thanks for the suggestion here! I can take a look at that this week :3

SomniusTiger avatar May 27 '21 19:05 SomniusTiger