mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03: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…
Reference in New Issue
Block a user