Remove unnecessary font-weight definitons in message text styles
This commit is contained in:
parent
a25cb024fe
commit
2903167fad
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue