forked from mirrors/pronouns.cc
feat: default to dark theme while loading pages
This commit is contained in:
parent
1c5fe1e25d
commit
ee25781f2b
1 changed files with 10 additions and 10 deletions
|
@ -1,5 +1,5 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<html lang="en" data-bs-theme="dark">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<link rel="icon" type="image/svg+xml" href="%sveltekit.assets%/favicon.svg" />
|
||||
|
|
Loading…
Reference in a new issue