view src/main.css @ 46:882d0bb0f801

clean up; quiet logs; factor out PATH_PREFIX
author drewp@bigasterisk.com
date Fri, 06 Dec 2024 01:16:54 -0800
parents 44bd161e4779
children c2c51aae3e31
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%);
  border-bottom: 3px solid black;
  display: flex;
  align-items: center;
}

footer {
  background: rgb(247 112 31 / 44%);
  border-top: 3px solid black;
  display: flex;
  align-items: center;
  margin-top: 3em;
  padding: 6px;
}

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

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