From 6154fee16d0084c8d2e5b8c5006f2de0537671f5 Mon Sep 17 00:00:00 2001 From: missionfloyd Date: Thu, 14 Sep 2023 09:40:55 -0600 Subject: [PATCH] Fix TheEncrypted777 theme in light mode (#3917) --- css/chat_style-TheEncrypted777.css | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/css/chat_style-TheEncrypted777.css b/css/chat_style-TheEncrypted777.css index bdfd2eaa..dfc01ebe 100644 --- a/css/chat_style-TheEncrypted777.css +++ b/css/chat_style-TheEncrypted777.css @@ -33,7 +33,7 @@ .text { /*Change this to move the message box further left or right depending on the size of your profile pic*/ padding-left: 90px; - text-shadow: 2px 2px 2px rgb(0, 0, 0); + text-shadow: 2px 2px 2px rgb(0, 0, 0, 0.4); } .text p { @@ -88,14 +88,12 @@ margin-bottom: 0 !important; font-size: 18px !important; line-height: 1.428571429 !important; -} - -.dark .message-body p em { - color: rgb(138, 138, 138) !important; + color: rgb(243, 244, 246) !important; + text-shadow: 2px 2px 2px rgb(0, 0, 0); } .message-body p em { - color: rgb(110, 110, 110) !important; + color: rgb(138, 138, 138) !important; } @media screen and (max-width: 688px) {