Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Column header icons lack contrast #73

Open
oppiliappan opened this issue May 24, 2021 · 1 comment
Open

Column header icons lack contrast #73

oppiliappan opened this issue May 24, 2021 · 1 comment
Assignees
Labels
customization Theming, custom emoji, superficial adjustments

Comments

@oppiliappan
Copy link

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 {
@SomniusTiger
Copy link
Contributor

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

@SomniusTiger SomniusTiger self-assigned this May 27, 2021
@SomniusTiger SomniusTiger added the customization Theming, custom emoji, superficial adjustments label May 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
customization Theming, custom emoji, superficial adjustments
Projects
None yet
Development

No branches or pull requests

2 participants