feat: dark theme
This commit is contained in:
@@ -13,8 +13,10 @@
|
||||
overflow: hidden;
|
||||
}
|
||||
</style>
|
||||
<script>
|
||||
document.documentElement.dataset.theme = localStorage.theme ?? "light";
|
||||
</script>
|
||||
<link rel="stylesheet" href="styles/main.scss" />
|
||||
<link rel="stylesheet" href="styles/theme.css" />
|
||||
<script type="module" src="boot.ts"></script>
|
||||
<link rel="manifest" href="manifest.json" />
|
||||
<link rel="icon" type="image/x-icon" href="images/favicon.gif" />
|
||||
|
||||
Reference in New Issue
Block a user