#topbar {
  background: black;
  color: white !important;
}

.topbar-fade {
  background: linear-gradient(to left, black, transparent);
}

::selection {
  background-color:black;
  color:white;
}

h1, h2, h3, h4 {
  color:black !important;
}

.header {
  color:black;
}

.portal ul li a {
color:black;
}

#toc-container {
    background-color: white;
    border: 2px solid black;
}

#header {
    padding: 5px;
    border-bottom: 2px solid black;
}

.toc-item a {
  color:black;
  background-color:white;
}

.toc-item a:hover {
  color:black;
}

a {
  background-color:black;
  color:white;
  text-decoration:underline;
}

body a:hover {
  background-color:white;
  color:black;
}

p {
  color:black;
}

#sidebar {
  background-color:white;
  border-right: 2px solid black;
}

#sidebar a {
  background-color:white;
}

#content {
  background-color: white;
}

#sidebar-toggle {
    background: white;
}

body {
  background: white;
}