feat(landing-page): force dark theme
This commit is contained in:
parent
7bf0df9ec9
commit
661ea9039c
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ const description =
|
||||||
|
|
||||||
<!-- initialize theme -->
|
<!-- initialize theme -->
|
||||||
<script is:inline>
|
<script is:inline>
|
||||||
document.documentElement.dataset.theme = themeSaved;
|
document.documentElement.dataset.theme = "dark";
|
||||||
// const themeSaved = localStorage.getItem("theme");
|
// const themeSaved = localStorage.getItem("theme");
|
||||||
// const forceTheme = "dark";
|
// const forceTheme = "dark";
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue