UI: increase the font weight of chat messages

This commit is contained in:
oobabooga 2024-07-21 10:45:27 -07:00
parent 17df2d7bdf
commit af99e0697e
4 changed files with 6 additions and 2 deletions

View file

@ -90,6 +90,7 @@
line-height: 1.428571429 !important; line-height: 1.428571429 !important;
color: rgb(243 244 246) !important; color: rgb(243 244 246) !important;
text-shadow: 2px 2px 2px rgb(0 0 0); text-shadow: 2px 2px 2px rgb(0 0 0);
font-weight: 500;
} }
.message-body p em { .message-body p em {

View file

@ -46,6 +46,7 @@
.message-body p { .message-body p {
font-size: 15px !important; font-size: 15px !important;
line-height: 22.5px !important; line-height: 22.5px !important;
font-weight: 500;
} }
.message-body p, .chat .message-body ul, .chat .message-body ol { .message-body p, .chat .message-body ul, .chat .message-body ol {

View file

@ -88,6 +88,7 @@
margin-bottom: 0 !important; margin-bottom: 0 !important;
font-size: 15px !important; font-size: 15px !important;
line-height: 1.428571429 !important; line-height: 1.428571429 !important;
font-weight: 500;
} }
.dark .message-body p em { .dark .message-body p em {

View file

@ -44,6 +44,7 @@
margin-bottom: 0 !important; margin-bottom: 0 !important;
font-size: 15px !important; font-size: 15px !important;
line-height: 1.428571429 !important; line-height: 1.428571429 !important;
font-weight: 500;
} }
.dark .message-body p em { .dark .message-body p em {