css skill issue

This commit is contained in:
RossAscends 2023-08-05 18:51:28 +09:00
parent 734b0201be
commit b1666dc18d

View File

@ -221,6 +221,9 @@ table.responsiveTable {
.mes_text blockquote {
color: var(--SmartThemeQuoteColor);
font-weight: 500;
}
.mes_text blockquote {
border-left: 3px solid var(--SmartThemeQuoteColor);
padding-left: 10px;
background-color: var(--black30a);