mirror of
https://github.com/SoPat712/my-portfolio.git
synced 2025-10-29 19:50:37 -04:00
build fix fr
This commit is contained in:
15
src/App.css
15
src/App.css
@@ -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 */
|
||||
|
||||
@@ -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">
|
||||
|
||||
7
src/routes/+layout.svelte
Normal file
7
src/routes/+layout.svelte
Normal file
@@ -0,0 +1,7 @@
|
||||
<script lang="ts">
|
||||
import '../app.css';
|
||||
|
||||
let { children } = $props();
|
||||
</script>
|
||||
|
||||
{@render children()}
|
||||
@@ -562,3 +562,4 @@
|
||||
}
|
||||
</style>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user