mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2025-01-31 08:57:15 +00:00
variant: fix table contrast issue #998
This commit is contained in:
parent
aeb331259b
commit
5a26725070
2 changed files with 2 additions and 1 deletions
|
@ -993,6 +993,7 @@ div.highlight > div table {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
table {
|
table {
|
||||||
|
color: var(--INTERNAL-MAIN-TEXT-color);
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
tr:has(th) {
|
tr:has(th) {
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
7.3.2+60bb1c65c5fc8ae51330cff9b402b5ac0a2d34fb
|
7.3.2+aeb331259b52481cb1d07869f86b0e770fb56172
|
Loading…
Add table
Reference in a new issue