Fixed color of links in table headers

This commit is contained in:
squidfunk 2020-05-22 17:34:16 +02:00
parent 0b7e26e3c2
commit 2135e342a2

View File

@ -435,6 +435,11 @@ kbd {
color: var(--md-default-bg-color); color: var(--md-default-bg-color);
vertical-align: top; vertical-align: top;
background-color: var(--md-default-fg-color--light); background-color: var(--md-default-fg-color--light);
// Links in table headings
a {
color: inherit;
}
} }
// Table cells // Table cells