-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Milestone
Description
Implements prefers-color-scheme
@media (prefers-color-scheme: dark) {
body { background: #1e1e1e; color: white; }
}
Reactions are currently unavailable