+fix table background [custom.css]

This commit is contained in:
Yuri Delgado 2025-11-04 20:44:26 -03:00
commit 5a18e3b334

View file

@ -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);
}