Spaces:
Running
Running
Update index.html
Browse files- index.html +3 -2
index.html
CHANGED
@@ -91,7 +91,8 @@
|
|
91 |
border: none;
|
92 |
background-color: var(--color-accent);
|
93 |
color: black;
|
94 |
-
font-weight:
|
|
|
95 |
cursor: pointer;
|
96 |
transition: all 0.2s ease;
|
97 |
display: flex;
|
@@ -236,7 +237,7 @@
|
|
236 |
<!-- Boxes will be dynamically added here -->
|
237 |
</div>
|
238 |
</div>
|
239 |
-
<button id="start-button" style="border-radius:12px; background: linear-gradient(to right,
|
240 |
Aufnahme starten
|
241 |
</button>
|
242 |
|
|
|
91 |
border: none;
|
92 |
background-color: var(--color-accent);
|
93 |
color: black;
|
94 |
+
font-weight: 1200;
|
95 |
+
font-size: 16px;
|
96 |
cursor: pointer;
|
97 |
transition: all 0.2s ease;
|
98 |
display: flex;
|
|
|
237 |
<!-- Boxes will be dynamically added here -->
|
238 |
</div>
|
239 |
</div>
|
240 |
+
<button id="start-button" style="border-radius:12px; background: linear-gradient(to right, white, purple);">
|
241 |
Aufnahme starten
|
242 |
</button>
|
243 |
|