Spaces:
Paused
Paused
Update static/index.html
Browse files- static/index.html +1 -1
static/index.html
CHANGED
|
@@ -24,7 +24,7 @@
|
|
| 24 |
#loadingSpinner {
|
| 25 |
border: 3px solid rgba(255, 255, 255, 0.3);
|
| 26 |
border-radius: 50%;
|
| 27 |
-
border-top:
|
| 28 |
width: 20px;
|
| 29 |
height: 20px;
|
| 30 |
animation: spin 2s linear infinite;
|
|
|
|
| 24 |
#loadingSpinner {
|
| 25 |
border: 3px solid rgba(255, 255, 255, 0.3);
|
| 26 |
border-radius: 50%;
|
| 27 |
+
border-top: 20px solid pink;
|
| 28 |
width: 20px;
|
| 29 |
height: 20px;
|
| 30 |
animation: spin 2s linear infinite;
|