view src/main.css @ 22:ff73b95fc72f

frontend cleanups and improvements. this commit contains some future work too
author drewp@bigasterisk.com
date Mon, 17 Apr 2023 13:33:05 -0700
parents b73941c4dc0a
children 1a9a8af1aa19
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;
}

#path-segs > span {
  color: white;
  padding: 11px;
  display: inline-block;
  background: #4ea1bd21;
  margin: 5px;
  border-top-left-radius: 29px;
}


#path-segs > span:after {
  content: " >";
  font-size: 33px;
  vertical-align: middle;
  color: gray;
}