This commit is contained in:
legop3
2025-12-21 06:01:22 -05:00
parent a1fef27a59
commit 0be105e9dd
4 changed files with 12 additions and 3 deletions
+9
View File
@@ -19,6 +19,15 @@ body {
scrollbar-color: #3b82f6 rgba(255, 255, 255, 0.08);
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
*::-webkit-scrollbar {
width: 1px;
height: 1px;