[feat] experimental automark

This commit is contained in:
kwaroran
2023-11-24 04:13:36 +09:00
parent c640bd9f67
commit 4aa6adb637
5 changed files with 169 additions and 6 deletions

View File

@@ -65,6 +65,12 @@ html, body{
color: var(--FontColorItalicBold);
}
.chattext x-em{
color: var(--FontColorItalicBold);
font-style: italic;
font-weight: bold;
}
::-webkit-scrollbar {
width: 5px;
height: 5px;