change to garden

This commit is contained in:
Julien Calixte
2025-03-29 10:19:43 +01:00
parent b50da8359e
commit df0a269027
2 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
<!doctype html> <!doctype html>
<html lang="en" data-theme="lofi"> <html lang="en" data-theme="garden">
<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

@@ -18,7 +18,7 @@
@plugin 'daisyui' { @plugin 'daisyui' {
themes: themes:
lofi --default, garden --default,
forest --prefersdark; forest --prefersdark;
} }
@@ -135,8 +135,8 @@ pre {
background-color: #ecf0f1; background-color: #ecf0f1;
border-radius: 1rem; border-radius: 1rem;
margin: 1rem 0; margin: 1rem 0;
color: var(--color-info-content); color: var(--color-base-content);
background-color: var(--color-info); background-color: var(--color-base-300);
} }
.markdown-alert-title { .markdown-alert-title {