From 1923b3868266392458888d088028fc7669b10793 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Thu, 25 Jul 2024 18:29:18 +0200 Subject: Fix some styling issues --- src/style.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/style.css') diff --git a/src/style.css b/src/style.css index 26db499..7253503 100644 --- a/src/style.css +++ b/src/style.css @@ -113,9 +113,13 @@ nav { width: 100%; } + +a:link, a:visited { + color: inherit; +} + nav a:link, nav a:visited { text-decoration: inherit; - color: inherit; } nav ul { -- cgit v1.2.3