2
0

dark.css 655 B

12345678910111213
  1. html { background: black; color: white; }
  2. a { color: deepskyblue; }
  3. textarea, input, button, select { background: #1f2023; color: white; }
  4. input::placeholder, textarea::placeholder, select::placeholder { color: white; }
  5. #toc, #cate, #redirect { background: #1f2023; }
  6. #toron_color_grey { background: #4a4a4a; }
  7. #toron_color_green { background: #2e4a2e; }
  8. #toron_color_red { background: #803737; }
  9. #toron_color_blue { background: #314c56; }
  10. pre#syntax, pre#syntax code { background: black; }
  11. .hljs, .hljs-subst { color: white; }
  12. blockquote { background-color: black; border-left: 5px solid #eee; }
  13. .spead_footnote { background-color: black; color: white; }