new layout

This commit is contained in:
0d0 2025-04-19 16:34:55 +02:00
parent 4bf9d97345
commit 4303614237
2 changed files with 50 additions and 121 deletions

View file

@ -7,14 +7,11 @@
<meta name="viewport" content="width=device-width, initial-scale=1" />
%sveltekit.head%
<style>
@font-face {
font-family: 'Press Start 2P';
src: url('/fonts/PressStart2P-Regular.ttf');
* {
font-family: 'Fira Code', monospace;
}
body {
background: black; /* Fallback */
font-family: 'Press Start 2P', sans-serif;
color: #37ff1456; /* Retro green text */
margin: 0;
}