From b10fe555df0d83d7b73e303e0a24cb67c36b84ef Mon Sep 17 00:00:00 2001 From: "Brian S. Stephan" Date: Wed, 18 Feb 2026 10:41:42 -0600 Subject: [PATCH] tweak table header bg color to stand out less Signed-off-by: Brian S. Stephan --- incorporealcms/static/css/dark.css | 2 +- incorporealcms/static/css/light.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/incorporealcms/static/css/dark.css b/incorporealcms/static/css/dark.css index cb57d2e..c194867 100644 --- a/incorporealcms/static/css/dark.css +++ b/incorporealcms/static/css/dark.css @@ -44,7 +44,7 @@ table, th, td { } th { - background: #333; + background: #111; } blockquote { diff --git a/incorporealcms/static/css/light.css b/incorporealcms/static/css/light.css index 155f3a0..0bf9d11 100644 --- a/incorporealcms/static/css/light.css +++ b/incorporealcms/static/css/light.css @@ -44,7 +44,7 @@ table, th, td { } th { - background: #CCC; + background: #EEE; } blockquote {