From 2fe3aa94bb1d84cd37c94ff7c8b16957dc087dc3 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Sat, 25 Jan 2025 22:56:42 +0100 Subject: [PATCH] css/links --- rtfd/public/html/index.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/rtfd/public/html/index.css b/rtfd/public/html/index.css index b1c1b1b..7e7c1c2 100644 --- a/rtfd/public/html/index.css +++ b/rtfd/public/html/index.css @@ -82,6 +82,12 @@ background-color: #303; a { color: inherit; } +a:visited { +} +a:focus-visible, a:hover { +} +a:active { +} h2 { color: #f77;