view src/main.css @ 2:78c1a2983010

rewrite UI and file serving parts; use vite
author drewp@bigasterisk.com
date Mon, 20 Mar 2023 20:26:02 -0700
parents
children b73941c4dc0a
line wrap: on
line source

body {
    margin: 0;
    height: 100vh;
    background: radial-gradient(ellipse at center, #162c4a 0%, #0c2236 36%, #020f16 100%);
  }