This commit is contained in:
Josh Patra
2025-04-08 01:16:14 -04:00
parent f7d8e64aa0
commit 84b69f0ca0
5 changed files with 10 additions and 240 deletions

View File

@@ -1,7 +1 @@
@import 'tailwindcss';
/* static/app.css */
@tailwind base;
@tailwind components;
@tailwind utilities;
/* (Optional) Add custom global styles below */

View File

@@ -1,20 +1,12 @@
<!doctype html>
<html lang="en" class="dark">
<head>
<meta charset="utf-8" />
<link rel="icon" href="%sveltekit.assets%/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>My Terminal Portfolio</title>
<!-- Fonts -->
<link
href="https://fonts.googleapis.com/css2?family=JetBrains+Mono&family=Inter:wght@400;600&display=swap"
rel="stylesheet"
/>
%sveltekit.head%
</head>
<body class="bg-[#0d1117] text-gray-200 font-mono">
%sveltekit.body%
</body>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="%sveltekit.assets%/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
%sveltekit.head%
</head>
<body data-sveltekit-preload-data="hover">
<div style="display: contents">%sveltekit.body%</div>
</body>
</html>