mirror of https://github.com/lxndrblz/anatole.git

alexanderdavide
24.34.2021 6fe4462e53ea300d3734301edba33cb1866fa777
assets/css/spinner.css
@@ -4,7 +4,7 @@
}
html[data-theme='dark'] {
  --sk-color: rgb(169, 169, 179)
  --sk-color: rgb(169, 169, 179);
}
.sk-wrapper {
@@ -29,7 +29,7 @@
}
.sk-fold-cube:before {
  content: "";
  content: '';
  position: absolute;
  top: 0;
  left: 0;
@@ -82,6 +82,4 @@
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}