dark.css 760 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. html, #main {
  2. background: black;
  3. color: white;
  4. }
  5. #top {
  6. background: black;
  7. }
  8. .cel_in_cel, #background, div#pre_search, #toc, #cate, #redirect {
  9. background: #1f2023;
  10. border-color: #1f2023;
  11. }
  12. #bottom {
  13. background: black;
  14. color: white;
  15. }
  16. #top .cel_in_cel a {
  17. color: white;
  18. }
  19. #mobile_search_input, #mobile_search_input::placeholder {
  20. background: gray;
  21. color: white;
  22. }
  23. #titlt_a {
  24. color: white;
  25. }
  26. #search_input, textarea, input, button, select, #toc, #cate, #redirect {
  27. border-color: #1f2023;
  28. background: #1f2023;
  29. color: white;
  30. }
  31. #search_input:hover, #search_input:focus {
  32. color: white;
  33. }
  34. #search_input::placeholder {
  35. color: white;
  36. }
  37. button#opennamu_save_button {
  38. background: #083808;
  39. }