CSS: Keep links in the same colour in notes sections

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2024-08-06 17:33:56 +02:00
parent 21884cc749
commit 9cbdd6b2e8

View File

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