development #25

Merged
luke-else merged 2 commits from development into main 2025-03-12 15:15:39 +00:00
Showing only changes of commit e1160b3462 - Show all commits

View File

@ -21,21 +21,21 @@
left: 0%;
top: 0%;
animation: rotate-one 1s linear infinite;
border-bottom: 3px solid #efeffa;
border-bottom: 3px solid var(--fg);
}
.inner.two {
right: 0%;
top: 0%;
animation: rotate-two 1s linear infinite;
border-right: 3px solid #efeffa;
border-right: 3px solid var(--fg);
}
.inner.three {
right: 0%;
bottom: 0%;
animation: rotate-three 1s linear infinite;
border-top: 3px solid #efeffa;
border-top: 3px solid var(--fg);
}
@keyframes rotate-one {