+fix table background [custom.css]
This commit is contained in:
parent
a3ad244976
commit
5a18e3b334
1 changed files with 5 additions and 0 deletions
|
|
@ -442,3 +442,8 @@ a:visited {
|
||||||
.MathJax * {
|
.MathJax * {
|
||||||
color: var(--foreground) !important;
|
color: var(--foreground) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
table, tr, th, td, td.author a {
|
||||||
|
background-color: var(--background);
|
||||||
|
color: var(--foreground);
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue