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

Header colors in dark mode #10

Open
cisaacstern opened this issue Sep 28, 2023 · 0 comments
Open

Header colors in dark mode #10

cisaacstern opened this issue Sep 28, 2023 · 0 comments

Comments

@cisaacstern
Copy link
Member

Over in pangeo-forge/pangeo-forge-recipes#610 I've noted that this theme's headers are not a sufficiently contrasting color when the page is rendered in dark mode, e.g.:

Screen Shot 2023-09-27 at 11 04 13 PM

Looks like it's the !importants here causing an issue:

h1 {
font-family: "Panton Black Caps", sans-serif;
color: #003B71 !important;
}
h2 {
font-family: "Panton Light Caps", sans-serif;
color: #322173 !important;
}
h3 {
color: #322173 !important;
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant