dark.css 540 B

1234567891011121314151617181920212223242526272829303132333435
  1. html, #main {
  2. background: black;
  3. color: white;
  4. }
  5. .cel_in_cel, #background, div#pre_search, #toc, #cate, #redirect {
  6. background: #1f2023;
  7. border-color: #1f2023;
  8. }
  9. #bottom {
  10. background: black;
  11. color: white;
  12. }
  13. #top .cel_in_cel a {
  14. color: white;
  15. }
  16. #mobile_search_input, #mobile_search_input::placeholder {
  17. background: gray;
  18. color: white;
  19. }
  20. a#titlt_a {
  21. color: white;
  22. }
  23. textarea, input, button, select, #toc, #cate, #redirect {
  24. border-color: #1f2023;
  25. }
  26. button#save {
  27. background: #083808;
  28. }