GaurangTandon / codeforces-darktheme

A dark theme built for Codeforces
MIT License
121 stars 34 forks source link

Search example text is too bright #27

Closed user202729 closed 4 years ago

user202729 commented 4 years ago

a

URL: http://codeforces.com/search?query=query

CSS used by Codeforces:

.search-help code {
    font-family: Consolas, "Lucida Console", "Andale Mono", "Bitstream Vera Sans Mono", "Courier New", Courier;
    border: 1px solid #d4d4d4;
    background: #f4f4f4;
    padding: 1px;
}
GaurangTandon commented 4 years ago

Thanks for this! I fixed it by including a search page specific override in the CSS.