This commit is contained in:
2026-04-02 21:41:48 -05:00
parent 8be2a15401
commit 6a44a847cd
41 changed files with 2186 additions and 1579 deletions

View File

@@ -0,0 +1,16 @@
body {
margin: 0;
padding: 1rem;
max-width: 100vw;
overflow-x: hidden;
min-height: 100%;
font-family: Arial, Helvetica, sans-serif;
background-color: var(--color-background);
background:
radial-gradient(circle at top left, rgba(255, 0, 170, 0.18), transparent 28%),
radial-gradient(circle at bottom right, rgba(130, 70, 255, 0.22), transparent 30%),
linear-gradient(180deg, var(--color-background) 0%, var(--color-background-secondary) 100%)
;
color: white;
}