dark.css 881 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  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, .opennamu_TOC, #cate, #redirect {
  13. background: #1f2023;
  14. }
  15. .opennamu_comment_color_gray {
  16. background: #4a4a4a;
  17. }
  18. .opennamu_comment_color_green {
  19. background: #2e4a2e;
  20. }
  21. .opennamu_comment_color_red {
  22. background: #803737;
  23. }
  24. .opennamu_comment_color_default {
  25. background: #38340e;
  26. }
  27. .opennamu_comment_color_blue {
  28. background: #314c56;
  29. }
  30. #main_table_top_tr {
  31. background: #2e5f4e;
  32. }
  33. pre#syntax, pre#syntax code {
  34. background: black;
  35. }
  36. .hljs, .hljs-subst {
  37. color: white;
  38. }
  39. blockquote {
  40. background-color: black;
  41. border-left: 5px solid #eee;
  42. }
  43. .spead_footnote {
  44. background-color: black;
  45. color: white;
  46. }