/*
    PAGES THAT USE THIS STYLE:
    /toybox
    /toybox/medievaltown
    /toybox/gmoddmg
    /toybox/namecleanser
    /nfts
    /b3ls
*/

html {
    min-height: 100%;
    background: #000000;
    background-image: linear-gradient( to bottom right, rgba( 16, 16, 16, 1 ), rgba( 32, 32, 32, 1 ), rgba( 16, 16, 16, 1 ) );
}

p, h1, h2, h3, label, b, li {
    color: #E9E9E9;
}

a, a:link, a:visited, a:active, a:hover {
    color: #00beff;
    text-decoration: none;
}

ul {
  list-style: none;
}

ul li::before {
  content: "\2022";
  color: #E9E9E9;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  margin-bottom: 0.75em;
}