Refactor SCSS to use CSS variables (#455)

* refactor: start using css variables for theming

* refactor: finish defining all currently used css vars

* refactor: create dark mode with css vars

* refactor: move color vars to own file

* fix: switch order of style tags to priorize custom styles over main.css

---------

Co-authored-by: TheLD <lars@adornis.de>
This commit is contained in:
TheLD6978
2023-07-10 08:44:37 +02:00
committed by GitHub
co-authored by TheLD
parent 2f710baf94
commit 3be4c9fc34
6 changed files with 854 additions and 710 deletions
+1 -2
View File
@@ -43,9 +43,8 @@
};
}
</script>
<style id="custom-styles">
</style>
<link rel="stylesheet" href="/.client/main.css" />
<style id="custom-styles"></style>
<script type="module" src="/.client/client.js"></script>
<link rel="manifest" href="/.client/manifest.json" />
<link rel="icon" type="image/x-icon" href="/.client/favicon.png" />