Skip to content
Snippets Groups Projects
dark.css 168 B
Newer Older
Andris Borbás's avatar
Andris Borbás committed
body.dark {
	color: #fff;
}

body.dark::before {
	filter: invert(1);
}

.dark main {
	background: #222227;
}

.dark .dayName {
	color: #ddd;
	background-color: #444;
}