dark.css 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. html, body {
  2. background: black;
  3. color: white;
  4. }
  5. a:hover {
  6. color: cornflowerblue;
  7. }
  8. textarea, input, button, select {
  9. background: #1f2023;
  10. color: white;
  11. }
  12. input::placeholder, textarea::placeholder, select::placeholder {
  13. color: white;
  14. }
  15. #toc, .opennamu_TOC, #cate, #redirect {
  16. background: #1f2023;
  17. }
  18. .opennamu_comment_color_gray {
  19. background: #4a4a4a;
  20. }
  21. .opennamu_comment_color_green {
  22. background: #2e4a2e;
  23. }
  24. .opennamu_comment_color_red {
  25. background: #803737;
  26. }
  27. .opennamu_comment_color_default {
  28. background: #38340e;
  29. }
  30. .opennamu_comment_color_blue {
  31. background: #314c56;
  32. }
  33. #main_table_top_tr {
  34. background: #2e5f4e;
  35. }
  36. pre#syntax, pre#syntax code {
  37. background: #313236;
  38. }
  39. .hljs, .hljs-subst {
  40. color: white;
  41. }
  42. blockquote {
  43. background-color: #313236;
  44. border-left: 4px solid #eee;
  45. }
  46. .opennamu_spead_footnote {
  47. background-color: #313236;
  48. color: white;
  49. }
  50. .opennamu_popup_footnote {
  51. background-color: #313236;
  52. }
  53. #topic_color {
  54. background: #325a56;
  55. }