Fix TheEncrypted777 theme in light mode (#3917)
This commit is contained in:
parent
3200328064
commit
6154fee16d
1 changed files with 4 additions and 6 deletions
|
@ -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) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue