view src/main.css @ 38:0aea9e55899b

hack in path router - dirs kind of work; putting a video in the path doesn't
author drewp@bigasterisk.com
date Wed, 04 Dec 2024 21:50:16 -0800
parents 1a9a8af1aa19
children 44bd161e4779
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;
  color: white;
}

header {
  background: rgb(247 112 31 / 44%);
}

header img {
  height: 50px;
  vertical-align: middle;
}

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