Update static/index.html
Browse files- static/index.html +1 -1
static/index.html
CHANGED
|
@@ -192,7 +192,7 @@ h1 {
|
|
| 192 |
#loadingSpinner {
|
| 193 |
border: 3px solid rgba(255, 255, 255, 0.3);
|
| 194 |
border-radius: 50%;
|
| 195 |
-
border-top:
|
| 196 |
width: 20px;
|
| 197 |
height: 20px;
|
| 198 |
animation: spin 2s linear infinite;
|
|
|
|
| 192 |
#loadingSpinner {
|
| 193 |
border: 3px solid rgba(255, 255, 255, 0.3);
|
| 194 |
border-radius: 50%;
|
| 195 |
+
border-top: 3px solid #ffffff;
|
| 196 |
width: 20px;
|
| 197 |
height: 20px;
|
| 198 |
animation: spin 2s linear infinite;
|