Remove unnecessary font-weight definitons in message text styles

This commit is contained in:
Cohee 2023-09-23 11:51:15 +03:00
parent a25cb024fe
commit 2903167fad
1 changed files with 1 additions and 3 deletions

View File

@ -255,12 +255,10 @@ table.responsiveTable {
.mes_text i,
.mes_text em {
color: var(--SmartThemeEmColor);
font-weight: 500;
}
.mes_text q {
color: var(--SmartThemeQuoteColor);
font-weight: 500;
}
.mes_text rp {
@ -3623,4 +3621,4 @@ a {
height: 100vh;
z-index: 9999;
}
}
}