design: change light theme to retro

This commit is contained in:
Julien Calixte
2025-08-01 10:13:13 +02:00
parent 0608f1857a
commit 7bf43c836d
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
<!doctype html> <!doctype html>
<html lang="en" data-theme="light"> <html lang="en" data-theme="retro">
<head> <head>
<meta charset="utf-8" /> <meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" />

View File

@@ -24,7 +24,7 @@
@plugin 'daisyui' { @plugin 'daisyui' {
themes: themes:
light --default, retro --default,
business --prefersdark; business --prefersdark;
} }