Spaces:
Running
Running
Commit
·
fa0e9f1
1
Parent(s):
42a086a
Add Text color and margion
Browse files
app.py
CHANGED
@@ -599,13 +599,14 @@ def create_chat_interface():
|
|
599 |
text-decoration: none !important;
|
600 |
}
|
601 |
#topic {
|
602 |
-
color: #
|
603 |
}
|
604 |
.bubble-wrap {
|
605 |
padding-top: 0px !important;
|
606 |
}
|
607 |
.message-content {
|
608 |
border: 0px !important;
|
|
|
609 |
}
|
610 |
.message-row {
|
611 |
border-style: none !important;
|
|
|
599 |
text-decoration: none !important;
|
600 |
}
|
601 |
#topic {
|
602 |
+
color: #aaa !important;
|
603 |
}
|
604 |
.bubble-wrap {
|
605 |
padding-top: 0px !important;
|
606 |
}
|
607 |
.message-content {
|
608 |
border: 0px !important;
|
609 |
+
margin: 5px !important;
|
610 |
}
|
611 |
.message-row {
|
612 |
border-style: none !important;
|