feature/loading-screen #10

Merged
samuel127849 merged 2 commits from feature/loading-screen into main 2026-01-10 23:22:41 +00:00
Showing only changes of commit 391d18a11e - Show all commits
+3
View File
@@ -30,6 +30,9 @@
'}' +
'@keyframes wasm-spin {' +
'to { transform: rotate(360deg); }' +
'}' +
'#main {' +
'background-color: oklch(0.15 0.01 338.64);' +
'}';
document.head.appendChild(style);