mirror of
https://github.com/tubearchivist/docs.git
synced 2024-11-13 23:50:13 +00:00
Fix table references in stylesheet.
This commit is contained in:
parent
4eb5b4f4af
commit
787ad74572
@ -40,16 +40,16 @@ footer {
|
||||
border-color: var(--accent-font-light);
|
||||
}
|
||||
|
||||
.md-typeset .table::not {
|
||||
.md-typeset table::not {
|
||||
border-color: .075rem solid #448aff;
|
||||
border-radius: 0.2rem;
|
||||
}
|
||||
|
||||
.md-typeset .tr::hover {
|
||||
.md-typeset tr::hover {
|
||||
background-color: var(--md-admonition-bg-color);
|
||||
}
|
||||
|
||||
.md-typeset .td::not {
|
||||
.md-typeset td::not {
|
||||
border-top: .05rem solid white;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user