dark.css 711 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. html, body {
  2. background: black;
  3. color: white;
  4. }
  5. textarea, input, button, select {
  6. background: #1f2023;
  7. color: white;
  8. }
  9. input::placeholder, textarea::placeholder, select::placeholder {
  10. color: white;
  11. }
  12. #toc, #cate, #redirect {
  13. background: #1f2023;
  14. }
  15. #toron_color_grey {
  16. background: #4a4a4a;
  17. }
  18. #toron_color_green {
  19. background: #2e4a2e;
  20. }
  21. #toron_color_red {
  22. background: #803737;
  23. }
  24. #toron_color_blue {
  25. background: #314c56;
  26. }
  27. pre#syntax, pre#syntax code {
  28. background: black;
  29. }
  30. .hljs, .hljs-subst {
  31. color: white;
  32. }
  33. blockquote {
  34. background-color: black;
  35. border-left: 5px solid #eee;
  36. }
  37. .spead_footnote {
  38. background-color: black;
  39. color: white;
  40. }