Merge pull request #32 from lamusmaser/batch-editing

Fix table references in stylesheet.
This commit is contained in:
lamusmaser 2024-04-19 08:37:00 -06:00 committed by GitHub
commit a9ae0e3811
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -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;
}