stylesheet.css_t 614 B

12345678910111213141516171819202122232425262728293031
  1. /*******************************************************************************
  2. Slate Theme for GitHub Pages
  3. by Jason Costello, @jsncostello
  4. *******************************************************************************/
  5. @import url("default.css");
  6. @import url("../../../stylesheets/stylesheet.css");
  7. @import url(pygment_trac.css);
  8. div.body,
  9. div.document {
  10. background-color: transparent;
  11. }
  12. div.body h1,
  13. div.body h2,
  14. div.body h3,
  15. div.body h4,
  16. div.body h5,
  17. div.body h6 {
  18. background-color: transparent;
  19. border-bottom: 0;
  20. }
  21. h1#project_title a {
  22. color: white;
  23. }
  24. h1 a {
  25. color: #0069ba;
  26. }