borg.css 341 B

123456789101112131415161718
  1. @import url("theme.css");
  2. /* The Return of the Borg.
  3. *
  4. * Have a bit green and grey and darkness (and if only in the upper left corner).
  5. */
  6. .wy-side-nav-search {
  7. background-color: black;
  8. }
  9. .wy-side-nav-search > a {
  10. color: rgba(255, 255, 255, 0.5);
  11. }
  12. .wy-side-nav-search > div.version {
  13. color: rgba(255, 255, 255, 0.5);
  14. }