mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-05-03 02:22:36 +08:00
This commit is contained in:
parent
be187c706c
commit
70135e733f
@ -211,7 +211,8 @@
|
||||
display: inline-block;
|
||||
width: max-content;
|
||||
|
||||
tr {
|
||||
tr td,
|
||||
tr th {
|
||||
background-color: var(--b3-theme-surface);
|
||||
border-top: 1px solid var(--b3-theme-surface-lighter);
|
||||
}
|
||||
@ -239,7 +240,7 @@
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
tbody tr:nth-child(2n) {
|
||||
tbody tr:nth-child(2n) td {
|
||||
background-color: var(--b3-theme-background);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user