mgokg commited on
Commit
7f008b3
·
verified ·
1 Parent(s): 89fc63f

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +1 -1
index.html CHANGED
@@ -7,7 +7,7 @@
7
  <title>Gemini Voice Chat</title>
8
  <style>
9
  :root {
10
- --color-accent: conic-gradient(to right, purple, white);
11
  --color-background: black;
12
  --color-surface: black;
13
  --color-text: #e2e8f0;
 
7
  <title>Gemini Voice Chat</title>
8
  <style>
9
  :root {
10
+ --color-accent: linear-gradient(to left, purple, white);
11
  --color-background: black;
12
  --color-surface: black;
13
  --color-text: #e2e8f0;