feat: add quote colors

This commit is contained in:
kwaroran
2024-06-07 17:14:21 +09:00
parent c524b91d1e
commit 49b14939c4
9 changed files with 180 additions and 153 deletions

View File

@@ -16,6 +16,8 @@ body{
--FontColorBold : ##e5e5e5;
--FontColorItalic : #8C8D93;
--FontColorItalicBold : #8C8D93;
--FontColorQuote1 : #8C8D93;
--FontColorQuote2 : #8C8D93;
--risu-animation-speed: 0.2s;
--risu-theme-bgcolor: #282a36;
--risu-theme-darkbg: #21222c;
@@ -72,6 +74,16 @@ html, body{
font-weight: bold;
}
.chattext mark[risu-mark=quote1]{
background-color: transparent;
color: var(--FontColorQuote1);
}
.chattext mark[risu-mark=quote2]{
background-color: transparent;
color: var(--FontColorQuote2);
}
.strokeme {
color: #000;
text-shadow: -1px -1px 0 white, 1px -1px 0 white, -1px 1px 0 white, 1px 1px 0 white;