Fix table references in stylesheet.

This commit is contained in:
lamusmaser 2024-04-19 08:36:29 -06:00
parent 4eb5b4f4af
commit 787ad74572
1 changed files with 3 additions and 3 deletions

View File

@ -40,16 +40,16 @@ footer {
border-color: var(--accent-font-light); border-color: var(--accent-font-light);
} }
.md-typeset .table::not { .md-typeset table::not {
border-color: .075rem solid #448aff; border-color: .075rem solid #448aff;
border-radius: 0.2rem; border-radius: 0.2rem;
} }
.md-typeset .tr::hover { .md-typeset tr::hover {
background-color: var(--md-admonition-bg-color); background-color: var(--md-admonition-bg-color);
} }
.md-typeset .td::not { .md-typeset td::not {
border-top: .05rem solid white; border-top: .05rem solid white;
} }