Another copy of my dotfiles. Because I don't completely trust GitHub.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
366 B

  1. pre,textarea,body,input,td,tr,p {
  2. background-color: black !important;
  3. background-image: none !important;
  4. color: #e0e0e0 !important;
  5. }
  6. div {
  7. background-color: #202020 !important;
  8. background-image: none !important;
  9. color: #e0e0e0 !important;
  10. }
  11. h1,h2,h3,h4 {
  12. background-color: black !important;
  13. color: #e02020 !important;
  14. }
  15. a {
  16. color: #5050f0 !important;
  17. }