body {
  padding-top: 1.2em;
  font-family: menlo, consolas, monospace;
}

.⚡ {
  font-size: 500%;
}

a {
  color: #99A7AF;
  text-decoration: none;
}

a:hover, a:active {
  color: rgba(0,0,0,.85);
  text-decoration: underline;
}

ul {
  text-align: left;
  list-style-type: none;
}

li {
  font-size: 30px;
  line-height: 1.4em;
}

ul.small li {
  font-size: 12pt;
  line-height: 1.4em;
}

ul.smaller li {
  font-family: monospace;
  font-size: 9pt;
  line-height: 1.4em;
}

ul.small img {
  width: 1.2em;
}

/* Dark Mode */

@media (prefers-color-scheme:dark) {
  body {
    background-color: #323232;
    color: rgba(255,255,255,.75);
  }

  a {
    color: rgba(255,255,255,.45);
  }

  a:hover, a:active {
    color: rgba(255,255,255,.85);
    text-decoration: underline;
  }
}
