Skip to content

Column header icons lack contrast #73

@oppiliappan

Description

@oppiliappan

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 {

Metadata

Metadata

Assignees

Labels

customizationTheming, custom emoji, superficial adjustments

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions