build fix fr

This commit is contained in:
Josh Patra
2025-04-08 00:44:02 -04:00
parent 6dbbe139d4
commit f7d8e64aa0
11 changed files with 70 additions and 557 deletions

View File

@@ -1,10 +1,7 @@
@import "tailwindcss";
@import 'tailwindcss';
/* static/app.css */
@tailwind base;
@tailwind components;
@tailwind utilities;
/* Custom font and base styles */
body {
@apply bg-black text-gray-200 font-mono;
}
a {
@apply text-blue-400 hover:underline;
}
/* (Optional) Add custom global styles below */

View File

@@ -12,9 +12,6 @@
rel="stylesheet"
/>
<!-- Styles -->
<link href="/src/app.css" rel="stylesheet" />
%sveltekit.head%
</head>
<body class="bg-[#0d1117] text-gray-200 font-mono">

View File

@@ -0,0 +1,7 @@
<script lang="ts">
import '../app.css';
let { children } = $props();
</script>
{@render children()}

View File

@@ -562,3 +562,4 @@
}
</style>