body {
  max-width: 1500px;
  margin: 5px 5px;
  padding: 0 10px;
  font:
    18px/1.5 -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    "Noto Sans",
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji";
  color: #444;
}

@font-face {
  font-family: "PixelCode";
  src: url("/static/fonts/PixelCode.ttf") format("truetype");
}

/* hyperlink style stolen from wayland.fyi*/
a {
  font-weight: bold;
  color: slateblue;
}

a:hover {
  background-color: slateblue;
  color: white;
  text-decoration: none;
}

.soccursor {
  cursor: url("/static/assets/soc.png") 16 16, auto;
}

.keepingthepurpletextbecausewhynot {
  color: SlateBlue; /* yes it's purple, no it's not blue */
}

#menu {
  /*menu stolen from suckless */
  clear: both;
  color: #069;
  overflow: hidden;
  background-color: SlateBlue;
  padding: 0.7ex;
}

#menu a {
  padding: 0.5ex 1ex;
  color: #fff;
}

#menu a:hover {
  color: SlateBlue;
  background-color: #fff;
}
