Spaces:
Sleeping
Sleeping
Update index.html
Browse files- index.html +2 -3
index.html
CHANGED
@@ -7,7 +7,7 @@
|
|
7 |
<title>Gemini Voice Chat</title>
|
8 |
<style>
|
9 |
:root {
|
10 |
-
--color-accent: purple;
|
11 |
--color-background: black;
|
12 |
--color-surface: black;
|
13 |
--color-text: #e2e8f0;
|
@@ -211,8 +211,7 @@
|
|
211 |
|
212 |
<div class="container">
|
213 |
<header style="padding:10px">
|
214 |
-
<p><h2
|
215 |
-
<span class="gradient-text"> Gemini Voice</span></h2></p>
|
216 |
</header><br><br>
|
217 |
<div class="controls">
|
218 |
<div class="input-group">
|
|
|
7 |
<title>Gemini Voice Chat</title>
|
8 |
<style>
|
9 |
:root {
|
10 |
+
--color-accent: linear-gradient(to right, purple, white);
|
11 |
--color-background: black;
|
12 |
--color-surface: black;
|
13 |
--color-text: #e2e8f0;
|
|
|
211 |
|
212 |
<div class="container">
|
213 |
<header style="padding:10px">
|
214 |
+
<p><h2><<span class="gradient-text">Gemini Voice</span></h2></p>
|
|
|
215 |
</header><br><br>
|
216 |
<div class="controls">
|
217 |
<div class="input-group">
|