Guest User

Sodi Disgest Dark Mode

a guest
Oct 17th, 2022
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.75 KB | None | 0 0
  1. body {
  2.     background: none !important;
  3.     background-color: #0d1117 !important;
  4. }
  5.  
  6. a {
  7.     color: #c9d1d9 !important;
  8. }
  9.  
  10. #content {
  11.     border: 1px solid #363e49 !important;
  12.     background-color: #161b22 !important;
  13. }
  14.  
  15. .comment.highlighted {
  16.     color: #8b949e;
  17.     border: 1px solid #363e49 !important;
  18. }
  19.  
  20. .comment.highlighted .header {
  21.     color: #8b949e;
  22.     border: 0 !important;
  23.     border-bottom: 1px solid #363e49 !important;
  24. }
  25.  
  26.  
  27. .comment {
  28.     color: #8b949e;
  29.     background-color: #161b22 !important;
  30.     border: 1px solid #363e49 !important;
  31. }
  32.  
  33. .comment .header {
  34.     color: #8b949e;
  35.     background: none !important;
  36.     background-color: #161b22 !important;
  37.     border: 0 !important;
  38.     border-bottom: 1px solid #363e49 !important;
  39. }
  40.  
  41. .button.reply {
  42.     display: none;
  43. }
Advertisement
Add Comment
Please, Sign In to add comment