fix: remove Tailwind CDN (CORS issue), use built-in Tailwind

This commit is contained in:
cawcenter
2025-12-14 22:35:36 -05:00
parent 4fafb3140e
commit 7aca758ba3
3 changed files with 70 additions and 20 deletions

View File

@@ -16,26 +16,8 @@ export const prerender = false;
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>🔱 🔱 Valhalla - Spark God Mode</title>
<title>🔱 Valhalla - Spark God Mode</title>
<meta name="robots" content="noindex, nofollow">
<script src="https://cdn.tailwindcss.com"></script>
<script>
tailwind.config = {
darkMode: 'class',
theme: {
extend: {
colors: {
god: {
gold: '#FFD700',
dark: '#0a0a0a',
card: '#111111',
border: '#333333'
}
}
}
}
}
</script>
<style>
@keyframes pulse-gold {
0%, 100% { box-shadow: 0 0 0 0 rgba(255, 215, 0, 0.4); }