Advertisement
discrust

writefreely - dark mode

Jun 9th, 2023 (edited)
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1. body {
  2. background-color: #111111;
  3. color: #d3d3d3;
  4. font-family: 'Monospace', monospace !important;
  5. }
  6.  
  7. body#post article, pre {
  8. font-size: 1.0em;
  9. }
  10.  
  11. #blog-title a {
  12. color: #999999;
  13. }
  14. .post-title a:link, .post-title a:visited {
  15. color: rgb(214, 211, 205);
  16. font-size: 0.8em;
  17. }
  18. #wrapper h1, #wrapper h2, #wrapper h3 {
  19. color: rgb(214, 211, 205);
  20. }
  21. .hashtag {
  22. color: #3d7794;
  23. }
  24. article a {
  25. color: #0482D8;
  26. }
  27. #collection article code, #post article code, #subpage article code {
  28. background-color: #333;
  29. border-color: #666;
  30. }
  31. body footer nav {
  32. color: #888;
  33. }
  34. .pinned {
  35. color: #3d7794;
  36. font-size: 1.0em;
  37. }
  38. .description {
  39. color: #9c9c9c !important;
  40. font-size: 0.9em;
  41. }
  42. .dt-published {
  43. font-size: 0.9em !important;
  44. }
  45. img {max-width: 100%;
  46. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement