| 123456789101112131415161718192021222324 |
- html, #main {
- background: black;
- color: white;
- }
- .cel_in_cel, #background, div#pre_search, #toc, #cate, #redirect {
- background: #1f2023;
- border-color: #1f2023;
- }
- #bottom {
- background: black;
- color: white;
- }
- #top .cel_in_cel a {
- color: white;
- }
- textarea, input, button, select {
- background: #1f2023;
- color: white;
- border-color: #1f2023;
- }
|