-
Notifications
You must be signed in to change notification settings - Fork 11
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
Design Specs #7
Comments
Fonts ‘Download’ in menu Languages Integrations & Buttons PayPal integration Follow button for Gitlab Apple App store button |
@kckthx: I would urge you to think about a dark mode! That became quite popular in the last year and can be easily achieved with CSS like this: @media (prefers-color-scheme: dark) {
body {
color: white;
background-color: black;
}
} So, in your design specs, you would need to define "inverted" colors. Some of them won't work on black the same as on white. |
Or were you doing just that in heading 3 and subtitle? In that case: uuups, sorry! |
Ok, I see. for dark mode, let's change the |
No description provided.
The text was updated successfully, but these errors were encountered: