:root {
  --color-main-text: #EFCC13 !important;
  --color-primary-element-text: #EFCC13 !important;
  --background-image-color-text: #EFCC13 !important;
  --color-background-plain: #330000 !important;
}

.app-navigation-entry__active,
.header-item__menu .menu-entry--active {
  background-color: #330000 !important;
}
.app-navigation-entry:hover,
.header-item__menu .menu-entry:hover {
  background-color: #330000 !important;
}

body, body * {
  font-family: "Courier New", Courier, monospace !important;
  color: #EFCC13 !important;
}

/* Force yellow icons in header and sidebar */
.header-right .icon,
.header-right img,
.app-navigation-entry__link .icon,
.app-navigation-entry__link img,
.material-design-icon__svg,
.app-menu-main .app-menu-entry img {
  filter: none !important;
  -webkit-filter: none !important;
}

/* Capitalize h1, h2 and underline all headings */
h1, h2 {
  text-transform: uppercase !important;
}
h1, h2, h3, h4, h5, h6 {
  text-decoration: underline !important;
}