Spaces:
Sleeping
Sleeping
Update index.html
Browse files- index.html +4 -4
index.html
CHANGED
|
@@ -29,7 +29,7 @@
|
|
| 29 |
}
|
| 30 |
|
| 31 |
h1 {
|
| 32 |
-
color: #
|
| 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: #
|
| 63 |
|
| 64 |
.controls {
|
| 65 |
display: grid;
|
|
@@ -93,11 +93,11 @@
|
|
| 93 |
text-align: left;
|
| 94 |
}
|
| 95 |
|
| 96 |
-
select:focus { border-color: #
|
| 97 |
|
| 98 |
button {
|
| 99 |
width: 100%;
|
| 100 |
-
background: linear-gradient(135deg, #
|
| 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;
|