mirror of
https://github.com/tubearchivist/docs.git
synced 2024-11-22 11:50:13 +00:00
Merge pull request #32 from lamusmaser/batch-editing
Fix table references in stylesheet.
This commit is contained in:
commit
a9ae0e3811
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user