josc146
2024-05-09 12:42:13 +08:00
parent 4e7e3c3fc5
commit a4f472b2c1
2 changed files with 6 additions and 6 deletions
+3 -3
View File
@@ -1264,11 +1264,11 @@
white-space: nowrap;
}
.question {
.chatgptbox-question {
background: var(--question-bg-color);
}
:is(.answer, .question, .error) {
:is(.chatgptbox-answer, .chatgptbox-question, .chatgptbox-error) {
font-size: 15px;
line-height: 1.6;
padding: 4px 15px;
@@ -1332,7 +1332,7 @@
}
}
.error {
.chatgptbox-error {
p {
color: #ec4336;
}