Spaces:
Sleeping
Sleeping
Update static/style.css
Browse files- static/style.css +1 -1
static/style.css
CHANGED
@@ -64,7 +64,7 @@ body, html {
|
|
64 |
}
|
65 |
.dark-mode .msg_container {
|
66 |
background-color: var(--msg-bg) !important;
|
67 |
-
color: #
|
68 |
}
|
69 |
|
70 |
.dark-mode .msg_container_send {
|
|
|
64 |
}
|
65 |
.dark-mode .msg_container {
|
66 |
background-color: var(--msg-bg) !important;
|
67 |
+
color: #000000 !important; /* Ensure text is visible */
|
68 |
}
|
69 |
|
70 |
.dark-mode .msg_container_send {
|