diff --git a/public_html/eh/eh/eh/eh-eh/pandoc/style.css b/public_html/eh/eh/eh/eh-eh/pandoc/style.css
index b48440a..ebab555 100644
--- a/public_html/eh/eh/eh/eh-eh/pandoc/style.css
+++ b/public_html/eh/eh/eh/eh-eh/pandoc/style.css
@@ -5,22 +5,26 @@
--html-background: #e3e3e3;
--blockquote-text: #606060;
--blockquote-border: #e6e6e6;
- --button-border: #fdfdfd;
- --button-background: #e3e3e3;
+ --button-border: #e3e3e3;
+ --button-background: #d0d0d0;
}
-:root:has(#dark-mode-toggle:checked) {
+@media (prefers-color-scheme: dark) {
+:root {
--foreground: #fdfdfd;
--background: #1a1a1a;
--border: #4c4c4c;
- --html-background: #333333;
+ --html-background: #303030;
--blockquote-text: #e6e6e6;
--blockquote-border: #606060;
+ --button-border: #4c4c4c;
+ --button-background: #404040;
+}
}
-
html {
color: var(--foreground);
- background: url("recursion.gif");
+ /*background: url("recursion.gif");*/
+ background: var(--html-background);
background-repeat: repeat-y;
background-size: cover;
font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
@@ -143,12 +147,6 @@ article {
h1 {
font-size: 1.8em;
}
-
- /*
- section {
- flex-direction: column;
- }
- */
}
@media print {