You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice to have an auto-dark mode for element.io so people like me don't burn their eyes when they visit the page. This can be solved pretty easily over a CSS stylesheet that has the media type prefers-color-scheme: dark, for example
@media (prefers-color-scheme: dark) {
}
Also a toggle to enable dark mode for each system individually would be nice to fix issues for some Linux desktops not supporting system-wide darkmode for browsers.
The text was updated successfully, but these errors were encountered:
It would be nice to have an auto-dark mode for element.io so people like me don't burn their eyes when they visit the page. This can be solved pretty easily over a CSS stylesheet that has the media type
prefers-color-scheme: dark
, for exampleAlso a toggle to enable dark mode for each system individually would be nice to fix issues for some Linux desktops not supporting system-wide darkmode for browsers.
The text was updated successfully, but these errors were encountered: