<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  position: relative;
  padding-top: 30px;
  background: none;
}

body &gt; .navbar {
  font-size: 13px;
}
.page-header h1 {
	font-size: 30px;
	padding: 0px;
	margin: 0px;
}
/* Change the docs' brand */
body &gt; .navbar .brand {
  padding-right: 0;
  padding-left: 0;
  margin-left: 20px;
  float: right;
  font-weight: normal;
  color: #cccccc;
  text-shadow: 0 1px 0 rgba(255,255,255,.1), 0 0 30px rgba(255,255,255,.125);
  -webkit-transition: all .2s linear;
     -moz-transition: all .2s linear;
          transition: all .2s linear;
}
body &gt; .navbar .brand:hover {
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(255,255,255,.1), 0 0 30px rgba(255,255,255,.4);
}

.nav .active &gt; a,
.nav .active &gt; a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #cccccc;
}
.dropdown-menu li &gt; a:hover,
.dropdown-menu .active &gt; a,
.dropdown-menu .active &gt; a:hover {
  color: #2b2b2b;
  text-decoration: none;
  background-color: #cccccc;
}
.dropdown-menu li &gt; a:hover,
.dropdown-menu li &gt; a:focus,
.dropdown-submenu:hover &gt; a {
  color: #2b2b2b;
  text-decoration: none;
  background-color: #cccccc;
  background-color: #cccccc;
  background-image: -moz-linear-gradient(top, #cccccc, #bcbcbc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#cccccc), to(#bcbcbc));
  background-image: -webkit-linear-gradient(top, #cccccc, #bcbcbc);
  background-image: -o-linear-gradient(top, #cccccc, #bcbcbc);
  background-image: linear-gradient(to bottom, #cccccc, #bcbcbc);
  background-repeat: repeat-x;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#cccccc', endColorstr='#bcbcbc', GradientType=0);
}

ul.nav-list li a {
	color: #f0f0f0;
}
ul.nav-list li a:hover {
	color: #2b2b2b;
}
</pre></body></html>