]> git.ipfire.org Git - people/mfischer/ipfire-2.x.git/commitdiff
CSS: Keep links in the same colour in notes sections
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 6 Aug 2024 15:33:56 +0000 (17:33 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 6 Aug 2024 15:33:56 +0000 (17:33 +0200)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
html/html/themes/ipfire/include/css/style.css

index cbc449bac62bb1673c34e50eb3bd7a9772bf3a18..49d13ffd2227b7f1fe4a1e60d28328d4a6d445e7 100644 (file)
@@ -423,6 +423,10 @@ table {
        color: var(--color-yellow);
 }
 
+.notes a {
+       color: inherit;
+}
+
 table.fw-nat tbody tr td {
        height: 2.25em;
 }