2
0

dark.css 587 B

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