From b095f33fcc7950e9f6d28e8eb1968c79f1f01164 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Mon, 11 Mar 2024 11:46:55 +0100 Subject: Fixed table heading background --- templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/base.html') 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 @@ word-break: break-all; } - table th { border-bottom: 1px solid gainsboro; background: #efefef; } + table th { border-bottom: 1px solid gainsboro; background: var(--code-background); } table td, table th { padding: 0.3em 0.8em; text-align: left; } .promobox { -- cgit v1.2.3