Ensure table block has a dark mode
This commit is contained in:
parent
e5c8c6d7eb
commit
8c9589a497
1 changed files with 11 additions and 0 deletions
|
@ -60,3 +60,14 @@ div.block-code .highlight {
|
|||
@include dark-mode;
|
||||
}
|
||||
}
|
||||
|
||||
div.block-table {
|
||||
td,
|
||||
th {
|
||||
vertical-align: middle;
|
||||
|
||||
@include dark-mode {
|
||||
color: $dark-mode-text;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue