LibreShift / red-moon

Android screen filter app for night time phone use.
GNU General Public License v3.0
647 stars 81 forks source link

Changelog appears black on white in dark mode #232

Closed david-hil closed 5 years ago

david-hil commented 5 years ago

The changelog in the app (about -> version) is black on white no matter the theme. I think it should be like the rest of the UI i.e. white on dark grey in the dark theme.

smichel17 commented 5 years ago

From https://github.com/cketti/ckChangeLog/issues/40#issuecomment-288564690:

The changelog is rendered in a WebView. If you wish to change the appearance of the rendered HTML you have to provide the CSS necessary for that.

I've vaguely been planning to drop the library and just use a markdown file rendered as plain text. Raw markdown is still pretty readable, and then we don't need to worry about styling the webview.

smichel17 commented 5 years ago

Closing in favor of #238.