Dark mode for Web app
The android app has a dark mode. The web app has a "dark theme" which makes the top bar and the left side bar a dark grey, but it leaves the main view of the tasks and also the detail view of a task on a white background. It's only about a dozen CSS rules and find and replace #eceded get's pretty much all of the backgrounds, and the CSS color attribute on the html element gets most of the text.
It seems that making dark mode in the web app might be harder than it looks. Probably more work than it's worthy I guess.
But there is a workaround. You need a browser plugin that allows you to use custom CSS like Stylus (https://chromewebstore.google.com/detail/stylus/clngdbkpkpeebahjckkjfobafhncgmne/reviews)
And install https://userstyles.world/style/27943/rtm-dark-theme
But there is a workaround. You need a browser plugin that allows you to use custom CSS like Stylus (https://chromewebstore.google.com/detail/stylus/clngdbkpkpeebahjckkjfobafhncgmne/reviews)
And install https://userstyles.world/style/27943/rtm-dark-theme
Log in
to post a reply.