From 0c3167eeced4aef2b8963ebfa0ba51b96f9fc136 Mon Sep 17 00:00:00 2001 From: edshot99 Date: Tue, 10 Dec 2024 06:54:57 -0600 Subject: [PATCH] fix wrong theme colors on profile page --- release/eSixCafe.user.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/release/eSixCafe.user.css b/release/eSixCafe.user.css index 86ef664..3a8b0d7 100644 --- a/release/eSixCafe.user.css +++ b/release/eSixCafe.user.css @@ -4702,6 +4702,12 @@ if themep == classic { div#c-users div#a-show .profile-stats { background-color: var(--bg-400)!important; } + div#c-users div#a-show .posts-section .profile-sample-posts { + background-color: var(--bg-400)!important; + } + div#c-users div#a-show .about-section .profile-about-entry { + background-color: var(--bg-400)!important; + } body[re621="true"] { div#c-users div#a-show .bottom-section{ padding: 1rem;