change to garden
This commit is contained in:
@@ -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" />
|
||||||
|
|||||||
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user