dark.css 761 B

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