Spaces:
Running
Running
eaglelandsonce
commited on
Update style.css
Browse files
style.css
CHANGED
@@ -173,3 +173,10 @@ body {
|
|
173 |
padding: 2px 4px;
|
174 |
border-radius: 3px;
|
175 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
173 |
padding: 2px 4px;
|
174 |
border-radius: 3px;
|
175 |
}
|
176 |
+
|
177 |
+
/* Agent-specific styles */
|
178 |
+
.response-box .agent-name {
|
179 |
+
font-weight: bold;
|
180 |
+
font-size: 1.1em;
|
181 |
+
color: #007bff;
|
182 |
+
}
|