Advertisement
nilpotent

WrittenKitten Solarized Dark

Feb 23rd, 2020
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.45 KB | None | 0 0
  1. @-moz-document domain("writtenkitten.co")
  2. {
  3.  
  4. body {
  5.     background: #002b36;
  6.     color: #fdf6e3;
  7. }
  8.  
  9. a,
  10. a.hide {
  11.     color: #268bd2;
  12. }
  13.  
  14. a:hover,
  15. a:active {
  16.     color: #dc322f;
  17. }
  18.  
  19. a:visited {
  20.     color: #6c71c4;
  21. }
  22.  
  23. div#main,
  24. div#about {
  25.     background: #073642;
  26.     border: none;
  27.     box-shadow: none;
  28. }
  29.  
  30. textarea {
  31.     background: #002b36;
  32.     border: none;
  33.     color: #fdf6e3;
  34.     font-size: 1.3em;
  35. }
  36.  
  37. div.warning {
  38.     background: #002b36;
  39.     border: none;
  40. }
  41.  
  42. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement