feat: default to dark theme while loading pages

This commit is contained in:
Sam 2023-05-09 14:27:26 +02:00
parent 1c5fe1e25d
commit ee25781f2b
No known key found for this signature in database
GPG Key ID: B4EF20DDE721CAA1
1 changed files with 10 additions and 10 deletions

View File

@ -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" />