From 89b01f4c391ff66c1e2d74d7c45f186a3220297d Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Wed, 18 Nov 2020 20:54:51 +0000 Subject: [PATCH] Background color for post separator --- epicyon-profile.css | 1 + 1 file changed, 1 insertion(+) diff --git a/epicyon-profile.css b/epicyon-profile.css index 39085d5d..06f758b3 100644 --- a/epicyon-profile.css +++ b/epicyon-profile.css @@ -177,6 +177,7 @@ body, html { } .postSeparatorImage img { + background-color: var(--post-bg-color); padding-top: var(--post-separator-margin-top); padding-bottom: var(--post-separator-margin-bottom); width: var(--post-separator-width);