Dark Mode (WebExtension) incelemeleri
Dark Mode (WebExtension) geliştiren: Bernard
amoose136 adlı kullanıcının incelemesi
5 üzerinden 4 puan
yazan: amoose136, 3 yıl önceDoes mostly what I need and the default CSS settings are alright. I did have to whitelist a bunch of sites that already have darkmode that it didn't detect. I also had it break text highlighting on sites that have changed the default text highlight color. I fixed this by adding:
::selection {
background: #55647a !important;
}
to the "Native-Dark" css section in the settings.
::selection {
background: #55647a !important;
}
to the "Native-Dark" css section in the settings.