:root {
  --primary-hue: 358deg;
  --primary-saturation: 79%;
  --primary-lightness: 51%; }

.ext_link::after {
  content: "[ext]";
  font-size: 60%;
  font-variant: small-caps;
  vertical-align: super;
  display: inline-block;
  text-decoration: none; }

div.hextra-nav-container {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }

html.dark div.hextra-nav-container {
  background-image: url("/img/bg.gif"); }

html.light div.hextra-nav-container {
  background-image: url("/img/bg3.gif"); }

div.hextra-nav-container-blur {
  display: none; }
