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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user