dark.css 851 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  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. }
  40. #nav_bar {
  41. background: #2f0000;
  42. }