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

Change title colour for dark mode #363

Merged
merged 2 commits into from
Aug 30, 2024

Conversation

mtorpey
Copy link
Contributor

@mtorpey mtorpey commented Aug 30, 2024

At the moment, dark mode has a rather dark blue against the dark grey, which doesn't look great. This PR would use our "GAP light" colour, assuming I haven't made any mistakes.

(I'm having trouble testing locally)

#text-only-logo {
font-weight: bold;
font-size: 45px;
color: $gap-light-blue;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did you perhaps mean this?

Suggested change
color: $gap-light-blue;
color: $gap-blue;

@fingolfin
Copy link
Member

I"ve updated it to actually work by adding setup.scss. While at it made some other tweaks

@fingolfin fingolfin merged commit c78ef72 into gap-system:master Aug 30, 2024
1 check passed
@mtorpey
Copy link
Contributor Author

mtorpey commented Sep 1, 2024

Looks great. Thanks!

@mtorpey mtorpey deleted the darkmode-title branch September 1, 2024 19:50
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

Successfully merging this pull request may close these issues.

2 participants