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.

15 lines
313 B

  1. *,div,pre,textarea,body,input,td,tr,p {
  2. background-color: #202020 !important;
  3. background-image: none !important;
  4. color: #bbbbbb !important;
  5. }
  6. h1,h2,h3,h4 {
  7. background-color: #202020 !important;
  8. color: #b8ddea !important;
  9. }
  10. img {
  11. opacity: .5;
  12. }
  13. img:hover {
  14. opacity: 1;
  15. }