style for blockquotes

This commit is contained in:
RossAscends 2023-08-05 18:36:39 +09:00
parent 6ddfcc7a06
commit 734b0201be
1 changed files with 13 additions and 8 deletions

View File

@ -221,6 +221,9 @@ table.responsiveTable {
.mes_text blockquote {
color: var(--SmartThemeQuoteColor);
font-weight: 500;
border-left: 3px solid var(--SmartThemeQuoteColor);
padding-left: 10px;
background-color: var(--black30a);
}
.mes_text strong em,
@ -1293,7 +1296,8 @@ body.charListGrid #rm_print_characters_block .tags_inline {
}
.floating_prompt_radio_group, .radio_group {
.floating_prompt_radio_group,
.radio_group {
display: flex;
flex-direction: column;
}
@ -3050,12 +3054,13 @@ h5 {
/* HEINOUS */
@keyframes infinite-spinning {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
#export_character_div {
@ -5461,4 +5466,4 @@ body.waifuMode .zoomed_avatar {
background-color: var(--SmartThemeBlurTintColor);
text-align: center;
line-height: 14px;
}
}