mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
style for blockquotes
This commit is contained in:
@@ -221,6 +221,9 @@ table.responsiveTable {
|
|||||||
.mes_text blockquote {
|
.mes_text blockquote {
|
||||||
color: var(--SmartThemeQuoteColor);
|
color: var(--SmartThemeQuoteColor);
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
|
border-left: 3px solid var(--SmartThemeQuoteColor);
|
||||||
|
padding-left: 10px;
|
||||||
|
background-color: var(--black30a);
|
||||||
}
|
}
|
||||||
|
|
||||||
.mes_text strong em,
|
.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;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
@@ -3053,6 +3057,7 @@ h5 {
|
|||||||
from {
|
from {
|
||||||
transform: rotate(0deg);
|
transform: rotate(0deg);
|
||||||
}
|
}
|
||||||
|
|
||||||
to {
|
to {
|
||||||
transform: rotate(360deg);
|
transform: rotate(360deg);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user