Spaces:
Running
Running
change heading text color to glowing blue violet same as the dots dash around the profile picture
Browse files- index.html +1 -1
index.html
CHANGED
|
@@ -148,7 +148,7 @@
|
|
| 148 |
</div>
|
| 149 |
<!-- Editable Name -->
|
| 150 |
<div class="relative mb-3">
|
| 151 |
-
<h1 id="editableName" class="text-3xl font-bold text-white text-center min-h-[1.5em] px-2 py-1" contenteditable="true" data-placeholder="Tap to Add your Name">Tap to Add your Name</h1>
|
| 152 |
</div>
|
| 153 |
<!-- Contact Button -->
|
| 154 |
<div class="relative mb-4 w-3/5 mx-auto">
|
|
|
|
| 148 |
</div>
|
| 149 |
<!-- Editable Name -->
|
| 150 |
<div class="relative mb-3">
|
| 151 |
+
<h1 id="editableName" class="text-3xl font-bold text-white text-center min-h-[1.5em] px-2 py-1 gradient-text" contenteditable="true" data-placeholder="Tap to Add your Name">Tap to Add your Name</h1>
|
| 152 |
</div>
|
| 153 |
<!-- Contact Button -->
|
| 154 |
<div class="relative mb-4 w-3/5 mx-auto">
|