message border change
Browse files- assets/custom.css +5 -3
assets/custom.css
CHANGED
@@ -115,10 +115,12 @@ ol:not(.options), ul:not(.options) {
|
|
115 |
color: #FFFFFF !important;
|
116 |
}
|
117 |
[data-testid = "bot"] {
|
118 |
-
|
|
|
119 |
}
|
120 |
[data-testid = "user"] {
|
121 |
-
|
|
|
122 |
}
|
123 |
body {
|
124 |
background-color: var(--neutral-950) !important;
|
@@ -127,7 +129,7 @@ ol:not(.options), ul:not(.options) {
|
|
127 |
/* 对话气泡 */
|
128 |
[class *= "message"] {
|
129 |
border-radius: var(--radius-xl) !important;
|
130 |
-
border: none
|
131 |
padding: var(--spacing-xl) !important;
|
132 |
font-size: var(--text-md) !important;
|
133 |
line-height: var(--line-md) !important;
|
|
|
115 |
color: #FFFFFF !important;
|
116 |
}
|
117 |
[data-testid = "bot"] {
|
118 |
+
border-color: #F2F2F2 !important;
|
119 |
+
background-color: #C0C0C0 !important;
|
120 |
}
|
121 |
[data-testid = "user"] {
|
122 |
+
border-color: #E5F5F6 !important;
|
123 |
+
background-color: #00B0B9 !important;
|
124 |
}
|
125 |
body {
|
126 |
background-color: var(--neutral-950) !important;
|
|
|
129 |
/* 对话气泡 */
|
130 |
[class *= "message"] {
|
131 |
border-radius: var(--radius-xl) !important;
|
132 |
+
/*border: none;*/
|
133 |
padding: var(--spacing-xl) !important;
|
134 |
font-size: var(--text-md) !important;
|
135 |
line-height: var(--line-md) !important;
|