mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-10-01 01:26:03 -04:00
Fix TheEncrypted777 theme in light mode (#3917)
This commit is contained in:
parent
3200328064
commit
6154fee16d
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user