From 7ce30f1b1eb0a5e9408863f64629316a087a2c86 Mon Sep 17 00:00:00 2001 From: Never Date: Sun, 4 Jan 2026 02:38:37 +0100 Subject: [PATCH] style sheet changes --- public_html/eh/eh/eh/eh-eh/pandoc/style.css | 22 ++++++++++----------- 1 file changed, 10 insertions(+), 12 deletions(-) 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 {