From: Michael Tremer Date: Tue, 6 Aug 2024 15:33:56 +0000 (+0200) Subject: CSS: Keep links in the same colour in notes sections X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9cbdd6b2e88ffe86ac59fa4dd82602b6360aec8e;p=people%2Fmfischer%2Fipfire-2.x.git CSS: Keep links in the same colour in notes sections Signed-off-by: Michael Tremer --- diff --git a/html/html/themes/ipfire/include/css/style.css b/html/html/themes/ipfire/include/css/style.css index cbc449bac..49d13ffd2 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; }