Dark mode switcher

This commit is contained in:
Peter Papp
2021-07-23 17:16:42 +02:00
parent be2690fd1c
commit 32d54fa50e
113 changed files with 565 additions and 452 deletions
@@ -67,7 +67,7 @@
background-color: white;
}
@media (prefers-color-scheme: dark) {
.dark-mode {
.file-preview {
background-color: $dark_mode_background;
}