From 1f9ba31e1398abab5c66c2eb5d2b0a8aa2a4a636 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Sun, 16 Feb 2025 18:24:07 +0100 Subject: [PATCH] css/a --- style/light.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/style/light.css b/style/light.css index a2cc965..4c7b980 100644 --- a/style/light.css +++ b/style/light.css @@ -15,6 +15,13 @@ body { max-inline-size: 99ch; } +a { + text-decoration: none; +} +a:hover { + background-color: #f88; +} + article.org, header { border-radius: .25em; padding-block: .25em;