From 5a18e3b3345f5dbffc37fd175dafacf0bd681125 Mon Sep 17 00:00:00 2001 From: Yuri Delgado Date: Tue, 4 Nov 2025 20:44:26 -0300 Subject: [PATCH] +fix table background [custom.css] --- wiki/custom.css | 5 +++++ 1 file changed, 5 insertions(+) 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); +}