From f0a622e8d986024db25b928a5dfeea93029ff225 Mon Sep 17 00:00:00 2001 From: rimu <3310831+rimu@users.noreply.github.com> Date: Mon, 1 Apr 2024 16:51:41 +1300 Subject: [PATCH] hercules theme - CRTs were not really black --- app/templates/themes/hercules/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/themes/hercules/styles.css b/app/templates/themes/hercules/styles.css index e0a0f878..274f218c 100644 --- a/app/templates/themes/hercules/styles.css +++ b/app/templates/themes/hercules/styles.css @@ -98,7 +98,7 @@ h1, h2 { } .list-group-item { - --bs-list-group-border-color: ##1d1f1d; + --bs-list-group-border-color: #1d1f1d; } [data-bs-theme="dark"] .post_list .post_teaser {