view src/main.css @ 21:111a41817968

shoelace progress bar (untested)
author drewp@bigasterisk.com
date Mon, 17 Apr 2023 00:43:37 -0700
parents b73941c4dc0a
children ff73b95fc72f
line wrap: on
line source

body {
    margin: 0;
    height: 100vh;
    background: radial-gradient(ellipse at center, #162c4a 0%, #0c2236 36%, #020f16 100%);
  }
  h1,h2,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;
  }