/* I am bad at CSS. Please send me all your complaints. */

@keyframes blinker {  
  50% { opacity: 0; }
}

.dropdown-menu {z-index: 10;}
.site-nav__item--has-notifications {background: inherit; color: #f00;}
.site-nav__item--has-notifications>a {color: #f33;}
.site-nav__item--has-notifications>a>strong {color: #fcc;} /* here's to the FCC! */
.site-nav {  background-image: repeating-linear-gradient(180deg,rgb(0,50,0) 2px,rgb(0,30,0) 4px,rgb(0,30,0) 6px); font-family: Inconsolata, Ubuntu Mono, Menlo, Courier New, monospace;} /* we do not support the use of proprietary fonts but might as well keep up the aesthetic on non-free platforms :P */
.site-nav__link {color: lime; text-transform: lowercase;}
.site-nav__link:not(.dropdown-toggle)::before {content: "[";}
.site-nav__link:not(.dropdown-toggle)::after {content: "]";}
.site-nav__link:hover:not(.dropdown-toggle)::before {content: ">";}
.site-nav__link:hover:not(.dropdown-toggle)::after {content: "<";}
.site-nav__item.dropdown-container.expanded {background-image: repeating-linear-gradient(180deg,rgb(20,100,20) 2px,rgb(20,60,20) 4px,rgb(20,60,20) 6px);}
a.site-nav__logo {color: #ff3333; text-shadow: 0px 0px 3pt rgba(255,0,0,192);}
a.site-nav__logo::before {content: "./";}
.dropdown-toggle::before {content: "[";}
.dropdown-toggle::after {content: "@raddle] $"; border: none; margin-left: 0; vertical-align: inherit;}
.forum-moderators>ul>li>a {font-family: Inconsolata, Ubuntu Mono, Menlo, Courier New, monospace; color: #0f0;}
.forum-title {font-family: Inconsolata, Ubuntu Mono, Menlo, Courier New, monospace;}
.forum-title::after {content: "_"; animation: blinker 1s steps(1, end) infinite; color: var(--blinker-color);}
.subscribe-button__label, .subscribe-button__subscriber-count {background: transparent; padding: 0.2em; color: #0f0; font-family: Inconsolata, Ubuntu Mono, Menlo, Courier New, monospace; border-radius: 0.2em;}