Skip to content

Add dark mode#51

Open
Pustur wants to merge 1 commit intonilbuild:masterfrom
Pustur:add-dark-mode
Open

Add dark mode#51
Pustur wants to merge 1 commit intonilbuild:masterfrom
Pustur:add-dark-mode

Conversation

@Pustur
Copy link
Copy Markdown

@Pustur Pustur commented Aug 21, 2020

Uses this media query:

@media (prefers-color-scheme: dark) { … }

to detect if the user prefers a dark color scheme and applies dark styles if so.

A few screenshots:

list

grid

filter-date

filter-languages

Closes #33

Uses a media query to detect if the user prefers a dark color scheme
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.

Dark theme toggle

4 participants