Default to light theme

This commit is contained in:
ryan 2026-01-09 17:49:08 -08:00
parent e9cf91e3ac
commit e7463d3ec4
3 changed files with 3 additions and 3 deletions

View File

@ -12,7 +12,7 @@ const description =
--- ---
<!doctype html> <!doctype html>
<html lang="en" class="h-full motion-safe:scroll-smooth" data-theme="dark"> <html lang="en" class="h-full motion-safe:scroll-smooth" data-theme="light">
<head> <head>
<meta charset="utf-8" /> <meta charset="utf-8" />
<meta name="viewport" content="width=device-width" /> <meta name="viewport" content="width=device-width" />

View File

@ -15,7 +15,7 @@ const description =
--- ---
<!doctype html> <!doctype html>
<html lang="en" class="h-full motion-safe:scroll-smooth" data-theme="dark"> <html lang="en" class="h-full motion-safe:scroll-smooth" data-theme="light">
<head> <head>
<meta charset="utf-8" /> <meta charset="utf-8" />
<meta name="viewport" content="width=device-width" /> <meta name="viewport" content="width=device-width" />

View File

@ -12,7 +12,7 @@ const description =
--- ---
<!doctype html> <!doctype html>
<html lang="en" class="h-full motion-safe:scroll-smooth" data-theme="dark"> <html lang="en" class="h-full motion-safe:scroll-smooth" data-theme="light">
<head> <head>
<meta charset="utf-8" /> <meta charset="utf-8" />
<meta name="viewport" content="width=device-width" /> <meta name="viewport" content="width=device-width" />