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