tts-api commited on
Commit
ec72951
·
verified ·
1 Parent(s): 3329aef

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +4 -4
index.html CHANGED
@@ -29,7 +29,7 @@
29
  }
30
 
31
  h1 {
32
- color: #4a9eff;
33
  font-size: 28px;
34
  margin-bottom: 8px;
35
  text-align: center;
@@ -59,7 +59,7 @@
59
  text-align: left;
60
  }
61
 
62
- textarea:focus { border-color: #4a9eff; }
63
 
64
  .controls {
65
  display: grid;
@@ -93,11 +93,11 @@
93
  text-align: left;
94
  }
95
 
96
- select:focus { border-color: #4a9eff; }
97
 
98
  button {
99
  width: 100%;
100
- background: linear-gradient(135deg, #1a4a8a, #0d2d6b);
101
  color: white;
102
  border: none;
103
  border-radius: 12px;
 
29
  }
30
 
31
  h1 {
32
+ color: #7c6bff;
33
  font-size: 28px;
34
  margin-bottom: 8px;
35
  text-align: center;
 
59
  text-align: left;
60
  }
61
 
62
+ textarea:focus { border-color: #7c6bff; }
63
 
64
  .controls {
65
  display: grid;
 
93
  text-align: left;
94
  }
95
 
96
+ select:focus { border-color: #7c6bff; }
97
 
98
  button {
99
  width: 100%;
100
+ background: linear-gradient(135deg, #7c6bff, #5b4de8);
101
  color: white;
102
  border: none;
103
  border-radius: 12px;