aboutsummaryrefslogtreecommitdiff
path: root/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/base.html')
-rwxr-xr-xtemplates/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/base.html b/templates/base.html
index bb899f6..76c5ebc 100755
--- a/templates/base.html
+++ b/templates/base.html
@@ -129,7 +129,7 @@
129 word-break: break-all; 129 word-break: break-all;
130 } 130 }
131 131
132 table th { border-bottom: 1px solid gainsboro; background: #efefef; } 132 table th { border-bottom: 1px solid gainsboro; background: var(--code-background); }
133 table td, table th { padding: 0.3em 0.8em; text-align: left; } 133 table td, table th { padding: 0.3em 0.8em; text-align: left; }
134 134
135 .promobox { 135 .promobox {