Add x-cloak to modals and CSS, minor deploy tweaks

This commit is contained in:
2026-01-15 11:41:51 +01:00
parent 42f739e516
commit 40aaa46e52
6 changed files with 53 additions and 45 deletions
+5
View File
@@ -1,5 +1,10 @@
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;700&family=Inter:wght@300;400;500;600;700&display=swap');
/* Alpine.js x-cloak - hide elements until Alpine initializes */
[x-cloak] {
display: none !important;
}
/* Custom Font for Magic: The Gathering feel */
.font-mtg {
font-family: 'Cinzel', serif;