This commit is contained in:
Ari 2026-06-09 23:37:11 +01:00
parent 82bee0691f
commit afa20c0970
1 changed files with 9 additions and 14 deletions

View File

@ -8,27 +8,22 @@
html, body {
height: 100%;
overflow: hidden;
background-color: var(--base);
color: var(--text);
font-family: 'Comic Code', sans-serif;
overflow-x: hidden;
max-width: 100vw;
margin: 0;
min-height: 100vh;
}
html {
background: linear-gradient(135deg, var(--base) 0%, var(--mantle) 60%, var(--crust) 100%);
}
body {
font-family: 'Comic Code', sans-serif;
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
height: 100dvh;
margin: 0;
padding: 1.5rem 1rem;
background: linear-gradient(135deg, var(--base) 0%, var(--mantle) 60%, var(--crust) 100%);
color: var(--text);
}
/* Estrogen watermark blended into the background */