Advertisement
joeyflodder

pastebin.com Dark Theme

Apr 24th, 2019 (edited)
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.45 KB | None | 0 0
  1. #main_frame {
  2.     background-color: #0d0d0d;
  3. }
  4. #monster_frame {
  5.     background-color: #0d0d0d;
  6.     border: 1px solid #2e2e2e;
  7. }
  8. .td_smaller {
  9.     color: #a8a8a8;
  10. }
  11. .maintable td a {
  12.     color: #aa8a8a;
  13. }
  14. a {
  15.     color: #a8a8a8;
  16. }
  17. #notice {
  18.     background: #2e2e2e;
  19.     color: #a8a8a8;
  20.     margin: 0 !important;
  21.     border: 0;
  22. }
  23. .maintable td {
  24.     border-bottom: 1px solid #2e2e2e;
  25. }
  26. body {
  27.     background: #0d0d0d;
  28.     color: #a8a8a8;
  29. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement