From f5ed3051e7dbb7b3f7092993ae79ed2ec8721658 Mon Sep 17 00:00:00 2001 From: Never Gude Date: Thu, 12 Feb 2026 19:26:36 +0100 Subject: [PATCH 1/2] blue background --- public_html/eh/eh/eh/eh-eh/styles/style.css | 4 ++-- styles/style.css | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/public_html/eh/eh/eh/eh-eh/styles/style.css b/public_html/eh/eh/eh/eh-eh/styles/style.css index 19b96ca..c62debd 100644 --- a/public_html/eh/eh/eh/eh-eh/styles/style.css +++ b/public_html/eh/eh/eh/eh-eh/styles/style.css @@ -2,7 +2,7 @@ --foreground: #1a1a1a; --background: #fdfdfdf0; --html-border: #c9c9c9; - --html-background: #e3e3e3; + --html-background: linear-gradient(to bottom, #5a6fde 0%, #391d87 100%); --blockquote-text: #606060; --blockquote-border: #e6e6e6; --button-primary: #e3e3e3; @@ -14,7 +14,7 @@ --foreground: #fdfdfd; --background: #1a1a1af0; --html-border: #4c4c4c; - --html-background: #2b2a33; + --html-background: linear-gradient(to bottom, #5a6fde 0%, #391d87 100%); --blockquote-text: #e6e6e6; --blockquote-border: #606060; --button-primary: #4c4c4c; diff --git a/styles/style.css b/styles/style.css index 19b96ca..c62debd 100644 --- a/styles/style.css +++ b/styles/style.css @@ -2,7 +2,7 @@ --foreground: #1a1a1a; --background: #fdfdfdf0; --html-border: #c9c9c9; - --html-background: #e3e3e3; + --html-background: linear-gradient(to bottom, #5a6fde 0%, #391d87 100%); --blockquote-text: #606060; --blockquote-border: #e6e6e6; --button-primary: #e3e3e3; @@ -14,7 +14,7 @@ --foreground: #fdfdfd; --background: #1a1a1af0; --html-border: #4c4c4c; - --html-background: #2b2a33; + --html-background: linear-gradient(to bottom, #5a6fde 0%, #391d87 100%); --blockquote-text: #e6e6e6; --blockquote-border: #606060; --button-primary: #4c4c4c; From 08069302c0c3ad01b4d030baece760d045154632 Mon Sep 17 00:00:00 2001 From: Never Gude Date: Thu, 12 Feb 2026 19:32:31 +0100 Subject: [PATCH 2/2] style --- public_html/eh/eh/eh/eh-eh/styles/style.css | 4 ++++ styles/style.css | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/public_html/eh/eh/eh/eh-eh/styles/style.css b/public_html/eh/eh/eh/eh-eh/styles/style.css index c62debd..c2881c7 100644 --- a/public_html/eh/eh/eh/eh-eh/styles/style.css +++ b/public_html/eh/eh/eh/eh-eh/styles/style.css @@ -22,6 +22,10 @@ } } +. { + background: var(--html-background); +} + html { color: var(--foreground); diff --git a/styles/style.css b/styles/style.css index c62debd..227ebd0 100644 --- a/styles/style.css +++ b/styles/style.css @@ -22,7 +22,6 @@ } } - html { color: var(--foreground); background: var(--html-background);