From 785378d81d9fd03ba59bbaaa513f16e0f39d7684 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Sun, 16 Feb 2025 20:59:55 +0100 Subject: [PATCH] a,header --- style/light.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/style/light.css b/style/light.css index 2c452ef..3ab3b42 100644 --- a/style/light.css +++ b/style/light.css @@ -31,7 +31,9 @@ body { } a { - text-decoration: none; + color: inherit; + text-decoration: underline; + text-underline-offset: .25em; } a:hover { background-color: #f88; @@ -79,7 +81,7 @@ h2 { text-align: center; } h3 { - background-color: #eee; + background-color: var(--header-background); padding: .125em .25em; }