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:
+1
-2
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user