mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2025-01-31 03:43:46 +01:00
Fixed color of links in table headers
This commit is contained in:
parent
0b7e26e3c2
commit
2135e342a2
@ -435,6 +435,11 @@ kbd {
|
||||
color: var(--md-default-bg-color);
|
||||
vertical-align: top;
|
||||
background-color: var(--md-default-fg-color--light);
|
||||
|
||||
// Links in table headings
|
||||
a {
|
||||
color: inherit;
|
||||
}
|
||||
}
|
||||
|
||||
// Table cells
|
||||
|
Loading…
x
Reference in New Issue
Block a user