mirror of
https://github.com/rvtr/wiki.git
synced 2025-10-31 06:31:13 -04:00
Fix .table's color in dark mode
This commit is contained in:
parent
aa81250c7f
commit
c4b1fc406a
@ -337,6 +337,10 @@ table tr:nth-child(2n) {
|
|||||||
background-color: var(--table-alt-bg);
|
background-color: var(--table-alt-bg);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.table {
|
||||||
|
color: inherit;
|
||||||
|
}
|
||||||
|
|
||||||
// Buttons
|
// Buttons
|
||||||
kbd {
|
kbd {
|
||||||
padding: 3px 6px;
|
padding: 3px 6px;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user