FumesAI
commited on
Update index.html
Browse files- 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:
|
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>
|