style fixes
This commit is contained in:
parent
c479db62c9
commit
6daa705bd0
1 changed files with 6 additions and 0 deletions
|
@ -101,6 +101,9 @@ table {
|
||||||
|
|
||||||
th {
|
th {
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
|
}
|
||||||
|
|
||||||
|
thead th {
|
||||||
border-bottom: 1px solid var(--root-col);
|
border-bottom: 1px solid var(--root-col);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -190,6 +193,9 @@ u u {
|
||||||
text-decoration: double underline;
|
text-decoration: double underline;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
:is(.twocol, .threecol):not(:is(ul, ol) *) {
|
||||||
|
margin-top: 1em;
|
||||||
|
}
|
||||||
.twocol {
|
.twocol {
|
||||||
columns: 2;
|
columns: 2;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue