Linhz commited on
Commit
b70c076
·
verified ·
1 Parent(s): 233e790

Update static/styles.css

Browse files
Files changed (1) hide show
  1. static/styles.css +2 -1
static/styles.css CHANGED
@@ -29,7 +29,8 @@
29
  }
30
 
31
  .assistant-message .stMarkdown {
32
- background-color: #D9D9D9;
 
33
  border-radius: 15px;
34
  padding: 10px;
35
  max-width: 70%;
 
29
  }
30
 
31
  .assistant-message .stMarkdown {
32
+ background-color: #ffff99; /* Light Yellow background */
33
+ color: #ff0000;
34
  border-radius: 15px;
35
  padding: 10px;
36
  max-width: 70%;