#contrast-switch {
  position: absolute;
  top: 8px;
  right: 8px;
  font-size: 20px; }

#contrast-switch a:hover {
  color: red; }

.contrast-on {
  background-color: black !important; }
  .contrast-on .navbar {
    background-color: black !important;
    color: white !important; }
  .contrast-on .navbar a {
    color: white !important; }
  .contrast-on .page-header {
    background-color: #1f1f1f !important;
    border-top-color: #1f1f1f !important;
    border-bottom-color: #1f1f1f !important; }
  .contrast-on .dropdown-menu {
    background-color: black;
    color: white;
    box-shadow: 0 6px 12px rgba(255, 255, 255, 0.175); }
  .contrast-on #contrast-switch .fa:before {
    color: white;
    background-color: black; }
  .contrast-on .timeline-body {
    color: white; }
    .contrast-on .timeline-body .post-title a {
      color: white; }
  .contrast-on .page-header .title {
    color: white; }

/*# sourceMappingURL=high-contrast.css.map */
