made default theme dark and added saving the theme to localstorage

This commit is contained in:
Karma Riuk
2023-09-19 18:57:25 +02:00
parent de5023604f
commit e530ab8a41
3 changed files with 15 additions and 10 deletions

View File

@ -10,6 +10,7 @@
# General
--------------------------------------------------------------*/
:root {
color-scheme: dark;
--highlight: #ffb727;
--highlight-alt: #ffc85a;