From e563d1fc128ff99f832c7d29d12785b36ab4351a Mon Sep 17 00:00:00 2001
From: "Brian S. Stephan" <bss@incorporeal.org>
Date: Sat, 14 May 2022 23:32:42 -0500
Subject: [PATCH] get rid of the slight recoloring of bold text

---
 incorporealcms/static/css/dark.css  | 4 ----
 incorporealcms/static/css/light.css | 4 ----
 2 files changed, 8 deletions(-)

diff --git a/incorporealcms/static/css/dark.css b/incorporealcms/static/css/dark.css
index 053b1f7..db0ced8 100644
--- a/incorporealcms/static/css/dark.css
+++ b/incorporealcms/static/css/dark.css
@@ -9,10 +9,6 @@ body {
     background: #111;
 }
 
-strong {
-    color: #EEE;
-}
-
 a:link, a:visited {
     color: #B31D15;
 }
diff --git a/incorporealcms/static/css/light.css b/incorporealcms/static/css/light.css
index e4e1801..2ddd31e 100644
--- a/incorporealcms/static/css/light.css
+++ b/incorporealcms/static/css/light.css
@@ -9,10 +9,6 @@ body {
     background: #EEE;
 }
 
-strong {
-    color: #111;
-}
-
 a:link, a:visited {
     color: #811610;
 }