view src/main.css @ 30:1fa90a903621

upgrade many deps
author drewp@bigasterisk.com
date Mon, 26 Aug 2024 22:33:02 -0700
parents 1a9a8af1aa19
children 0aea9e55899b
line wrap: on
line source

* {
  font-family: sans-serif;
}

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

h1,
h2,
h3,
a {
  color: white;
}