suckless.css 561 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. body {
  2. font-size: 13px;
  3. background-color: #282a36 !important;
  4. color: #d0d0d0 !important;
  5. }
  6. #header {
  7. background-color: #282a36 !important;
  8. clear: both;
  9. color: #c3e88d !important;
  10. }
  11. a {
  12. color: #82aaff !important;
  13. }
  14. #header a {
  15. color: #e1acff !important;
  16. }
  17. #menu {
  18. clear: both;
  19. color: #c792ea;
  20. font-weight: bold;
  21. overflow: hidden;
  22. padding: 0.7ex;
  23. border: 0px !important;
  24. }
  25. #menu a {
  26. color: #d0d0d0 !important;
  27. }
  28. #nav li a:hover {
  29. background-color: #282a36 !important;
  30. }
  31. h1, h2 {
  32. color: #f07178 !important;
  33. }