lojban / cll

Complete Lojban Language Chunked
http://lojban.org/publications/cll/
Other
176 stars 49 forks source link

Dark mode compat: Alter CSS so HTML and BODY have the same background color #474

Open NathanHawks opened 2 years ago

NathanHawks commented 2 years ago

Is your feature request related to a problem? Please describe. When using a Dark Mode addon for the browser, the HTML entity remains white.

Describe the solution you'd like Since most browsers default to white background color, I suggest simply adding to appropriate desktop-mode media queries in the CSS:

body, html { background-color: white }