aboutsummaryrefslogtreecommitdiff
path: root/templates/base.html
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2024-03-11 11:46:55 +0100
committerMitja Felicijan <mitja.felicijan@gmail.com>2024-03-11 11:46:55 +0100
commitb095f33fcc7950e9f6d28e8eb1968c79f1f01164 (patch)
tree063873a24f87da5fd71955d93d514c56071544b3 /templates/base.html
parenta968c75aecc23d295aac36b3e55a19e7dc76d6df (diff)
downloadmitjafelicijan.com-b095f33fcc7950e9f6d28e8eb1968c79f1f01164.tar.gz
Fixed table heading background
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 {