Adieee5 commited on
Commit
a71e43e
·
verified ·
1 Parent(s): f547d16

Update static/style.css

Browse files
Files changed (1) hide show
  1. 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: #ffffff !important; /* Ensure text is visible */
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 {