Default to light theme
This commit is contained in:
parent
e9cf91e3ac
commit
e7463d3ec4
@ -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" />
|
||||||
|
|||||||
@ -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" />
|
||||||
|
|||||||
@ -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" />
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user