2
0

dark.css 695 B

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