UNPKG

codex.special

Version:

Module for making high-contrast version of websites.

34 lines (29 loc) 612 B
/** * White version styles */ body.special-white, .special-white div, .special-white aside, .special-white footer, .special-white header, .special-white form, .special-white article { background-color: #121213 !important; background-image: none !important; color: #666871 !important; } .special-white * { border-color: #212121 !important; box-shadow: none; } .special-white input, .special-white textarea { background-color: #1d1d1d !important; color: #fff !important; } .special-white a { color: #9ea0ad !important; } .special-white a:hover { color: #fff !important; }