repoze.css 317 B

12345678910111213141516171819202122
  1. @import url('default.css');
  2. body {
  3. background-color: #006339;
  4. }
  5. div.document {
  6. background-color: #dad3bd;
  7. }
  8. div.sphinxsidebar h3, h4, h5, a {
  9. color: #127c56 !important;
  10. }
  11. div.related {
  12. color: #dad3bd !important;
  13. background-color: #00744a;
  14. }
  15. div.related a {
  16. color: #dad3bd !important;
  17. }