Update static/index.html
Browse files- static/index.html +1 -1
static/index.html
CHANGED
|
@@ -201,7 +201,7 @@ h1 {
|
|
| 201 |
#loadingSpinner {
|
| 202 |
border: 3px solid rgba(255, 255, 255, 0.3);
|
| 203 |
border-radius: 50%;
|
| 204 |
-
border-top:
|
| 205 |
width: 20px;
|
| 206 |
height: 20px;
|
| 207 |
animation: spin 2s linear infinite;
|
|
|
|
| 201 |
#loadingSpinner {
|
| 202 |
border: 3px solid rgba(255, 255, 255, 0.3);
|
| 203 |
border-radius: 50%;
|
| 204 |
+
border-top: 3px solid #ffffff;
|
| 205 |
width: 20px;
|
| 206 |
height: 20px;
|
| 207 |
animation: spin 2s linear infinite;
|