InfiniteValueMe commited on
Commit
814062e
·
verified ·
1 Parent(s): 90c8af0

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +2 -2
style.css CHANGED
@@ -11,13 +11,13 @@ body {
11
  border-radius: 16px;
12
  padding: 20px;
13
  font-family: 'Inter', sans-serif;
14
- color: ##EFBF04;
15
  }
16
 
17
  /*CHAT BUBBLES*/
18
  .gr-chatbot .message {
19
  background-color: #F5F0E1 !important;
20
- color: ##EFBF04 !important;
21
  border-radius: 12px;
22
  padding: 8px 12px;
23
  margin-bottom: 6px;
 
11
  border-radius: 16px;
12
  padding: 20px;
13
  font-family: 'Inter', sans-serif;
14
+ color: #EFBF04;
15
  }
16
 
17
  /*CHAT BUBBLES*/
18
  .gr-chatbot .message {
19
  background-color: #F5F0E1 !important;
20
+ color: #EFBF04 !important;
21
  border-radius: 12px;
22
  padding: 8px 12px;
23
  margin-bottom: 6px;