Spaces:
Running
Running
Blue demon commited on
Update styles.css
Browse files- styles.css +1 -1
styles.css
CHANGED
|
@@ -26,7 +26,7 @@ html, body {
|
|
| 26 |
--g: radial-gradient(farthest-side,#0000 calc(95% - 3px),#fff calc(100% - 3px) 98%,#0000 101%) no-repeat;
|
| 27 |
background: var(--g), var(--g), var(--g);
|
| 28 |
background-size: 30px 30px;
|
| 29 |
-
animation: l9 5s infinite alternate;
|
| 30 |
position: absolute; /* Position the loader over the overlay */
|
| 31 |
top: 50%; /* Center it vertically */
|
| 32 |
left: 50%; /* Center it horizontally */
|
|
|
|
| 26 |
--g: radial-gradient(farthest-side,#0000 calc(95% - 3px),#fff calc(100% - 3px) 98%,#0000 101%) no-repeat;
|
| 27 |
background: var(--g), var(--g), var(--g);
|
| 28 |
background-size: 30px 30px;
|
| 29 |
+
animation: l9 0.5s infinite alternate;
|
| 30 |
position: absolute; /* Position the loader over the overlay */
|
| 31 |
top: 50%; /* Center it vertically */
|
| 32 |
left: 50%; /* Center it horizontally */
|