This commit is contained in:
team3
2026-06-04 00:27:29 +02:00
parent 614bce2c89
commit d08878289e
11 changed files with 18 additions and 0 deletions

View File

@@ -31,6 +31,7 @@
--bg-soft: #23262e;
}
html[data-theme="dark"] body { background: #15171c; }
html[data-theme="dark"] .callout { background: var(--bg-soft); }
}
html, body {

View File

@@ -68,6 +68,7 @@
--bg-soft: #23262e;
}
html[data-theme="dark"] body { background: #15171c; }
html[data-theme="dark"] .callout { background: var(--bg-soft); }
}
html, body {

View File

@@ -73,6 +73,7 @@
--bg-soft: #23262e;
}
html[data-theme="dark"] body { background: #15171c; }
html[data-theme="dark"] .callout { background: var(--bg-soft); }
}
html, body {

View File

@@ -47,6 +47,7 @@
--bg-soft: #23262e;
}
html[data-theme="dark"] body { background: #15171c; }
html[data-theme="dark"] .callout { background: var(--bg-soft); }
}
html, body {

View File

@@ -28,6 +28,7 @@
--bg-soft: #23262e;
}
html[data-theme="dark"] body { background: #15171c; }
html[data-theme="dark"] .callout { background: var(--bg-soft); }
}
html, body {