Spaces:
Paused
Paused
Update public/stylesheet.css
Browse files- public/stylesheet.css +4 -0
public/stylesheet.css
CHANGED
|
@@ -34,6 +34,10 @@ indigo: #5461cb
|
|
| 34 |
color: #5461cb !important;
|
| 35 |
}
|
| 36 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 37 |
#new-chat-button {
|
| 38 |
background-color: #279af1 !important
|
| 39 |
}
|
|
|
|
| 34 |
color: #5461cb !important;
|
| 35 |
}
|
| 36 |
|
| 37 |
+
.MuiStack-root .markdown-body ol {
|
| 38 |
+
color: #5461cb !important;
|
| 39 |
+
}
|
| 40 |
+
|
| 41 |
#new-chat-button {
|
| 42 |
background-color: #279af1 !important
|
| 43 |
}
|