Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Option to Disable Dark Mode #807

Closed
janaabpakaal opened this issue Aug 23, 2019 · 3 comments
Closed

Option to Disable Dark Mode #807

janaabpakaal opened this issue Aug 23, 2019 · 3 comments

Comments

@janaabpakaal
Copy link

Let me tell you, this is a great web browser and I am very happy with it,but I have two issues
1.During Dark Mode ,Websites are difficult to read and would like option to disable it.
2.I would like to stay on current page when i rt click and open links on the websites in tabs.
min-darkmode
min-darkmode2

@PalmerAL
Copy link
Collaborator

Thanks for reporting this! This looks like a bug in Electron; what's supposed to happen is that the new tab page uses a dark background, and then the background changes to white once a page is loaded. Since this isn't working, I've disabled it for now (c866c46) until this can be fixed in Electron.

There's an existing issue open for the second item: #60.

@PalmerAL
Copy link
Collaborator

I'll probably release an update in the next week or two with the fix for this; in the meantime, if you open this file: /usr/lib/min/resources/app/css/webviews.css, and change this line:
.dark-mode #webviews {
to this:
body:not(.linux) .dark-mode #webviews {
it should work.

There's also another issue open about disabling dark mode entirely #286 (although it shouldn't matter as much if the pages are readable).

@PalmerAL
Copy link
Collaborator

This is fixed in the latest release: https://github.com/minbrowser/min/releases/tag/v1.11.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants