dark.css 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  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. .opennamu_comment_blind_admin {
  34. background: #2f2f2f;
  35. }
  36. #main_table_top_tr {
  37. background: #2e5f4e;
  38. }
  39. pre#syntax, pre#syntax code {
  40. background: #313236;
  41. }
  42. .hljs, .hljs-subst {
  43. color: white;
  44. }
  45. blockquote {
  46. background-color: #313236;
  47. border-left: 4px solid #eee;
  48. }
  49. .opennamu_spead_footnote {
  50. background-color: #313236;
  51. color: white;
  52. }
  53. .opennamu_popup_footnote {
  54. background-color: #313236;
  55. }
  56. #topic_color {
  57. background: #325a56;
  58. }