Fix TheEncrypted777 theme in light mode (#3917)

This commit is contained in:
missionfloyd 2023-09-14 09:40:55 -06:00 committed by GitHub
parent 3200328064
commit 6154fee16d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,7 +33,7 @@
.text { .text {
/*Change this to move the message box further left or right depending on the size of your profile pic*/ /*Change this to move the message box further left or right depending on the size of your profile pic*/
padding-left: 90px; 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 { .text p {
@ -88,14 +88,12 @@
margin-bottom: 0 !important; margin-bottom: 0 !important;
font-size: 18px !important; font-size: 18px !important;
line-height: 1.428571429 !important; line-height: 1.428571429 !important;
} color: rgb(243, 244, 246) !important;
text-shadow: 2px 2px 2px rgb(0, 0, 0);
.dark .message-body p em {
color: rgb(138, 138, 138) !important;
} }
.message-body p em { .message-body p em {
color: rgb(110, 110, 110) !important; color: rgb(138, 138, 138) !important;
} }
@media screen and (max-width: 688px) { @media screen and (max-width: 688px) {