mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2026-07-22 05:53:03 -04:00
Fixed color of links in table headers
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user