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>
<html lang="en" data-theme="lofi">
<html lang="en" data-theme="garden">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />

View File

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