From 6f9d0bb821f02d5194f5ae2107ed55f51754beda Mon Sep 17 00:00:00 2001 From: Never Date: Sun, 4 Jan 2026 21:18:25 +0100 Subject: [PATCH] Stylesheet changes --- public_html/eh/eh/eh/eh-eh/style.css | 6 ++++-- style.css | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/public_html/eh/eh/eh/eh-eh/style.css b/public_html/eh/eh/eh/eh-eh/style.css index b6481a8..afefadd 100644 --- a/public_html/eh/eh/eh/eh-eh/style.css +++ b/public_html/eh/eh/eh/eh-eh/style.css @@ -67,6 +67,8 @@ body { } #page-header a { + color: var(--foreground); + text-decoration: none; margin: 4pt; padding: 4pt; border: 2pt outset var(--button-border); @@ -186,7 +188,7 @@ p { } a { - color: var(--foreground); + color: #268bd2; } a:not(:hover) { @@ -194,7 +196,7 @@ a:not(:hover) { } a:visited { - color: var(--foreground); + color: #6c71c4; } img { diff --git a/style.css b/style.css index b6481a8..afefadd 100644 --- a/style.css +++ b/style.css @@ -67,6 +67,8 @@ body { } #page-header a { + color: var(--foreground); + text-decoration: none; margin: 4pt; padding: 4pt; border: 2pt outset var(--button-border); @@ -186,7 +188,7 @@ p { } a { - color: var(--foreground); + color: #268bd2; } a:not(:hover) { @@ -194,7 +196,7 @@ a:not(:hover) { } a:visited { - color: var(--foreground); + color: #6c71c4; } img {