FumesAI commited on
Commit
623e1ad
·
verified ·
1 Parent(s): b7ef02d

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +2 -2
index.html CHANGED
@@ -72,7 +72,7 @@
72
  left: 50%;
73
  transform: translateX(-50%);
74
  margin-bottom: 10px;
75
- background-color: black;
76
  border-radius: 10px;
77
  }
78
  #idk,#idk1{
@@ -112,7 +112,7 @@
112
  <div class=" rounded-lg shadow-md flex-1">
113
 
114
 
115
- <div id="chat-messages" class="px-4 py-6 chat-messages">
116
 
117
  </div>
118
  </div>
 
72
  left: 50%;
73
  transform: translateX(-50%);
74
  margin-bottom: 10px;
75
+ background-color: #1b1b1b;
76
  border-radius: 10px;
77
  }
78
  #idk,#idk1{
 
112
  <div class=" rounded-lg shadow-md flex-1">
113
 
114
 
115
+ <div id="chat-messages" class="px-4 py-6 chat-messages" style="background-color: black">
116
 
117
  </div>
118
  </div>