From 9cbdd6b2e88ffe86ac59fa4dd82602b6360aec8e Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Tue, 6 Aug 2024 17:33:56 +0200 Subject: [PATCH] CSS: Keep links in the same colour in notes sections Signed-off-by: Michael Tremer --- html/html/themes/ipfire/include/css/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/html/html/themes/ipfire/include/css/style.css b/html/html/themes/ipfire/include/css/style.css index cbc449bac6..49d13ffd22 100644 --- a/html/html/themes/ipfire/include/css/style.css +++ b/html/html/themes/ipfire/include/css/style.css @@ -423,6 +423,10 @@ table { color: var(--color-yellow); } +.notes a { + color: inherit; +} + table.fw-nat tbody tr td { height: 2.25em; } -- 2.47.3