diff --git a/wiki/custom.css b/wiki/custom.css index 916f24b..b1f67b4 100644 --- a/wiki/custom.css +++ b/wiki/custom.css @@ -442,3 +442,8 @@ a:visited { .MathJax * { color: var(--foreground) !important; } + +table, tr, th, td, td.author a { + background-color: var(--background); + color: var(--foreground); +}