python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Disable dark theme only on web version Ionic Capacitor (keep on iOS and Android)
I have Ionic application that run PWA (web), iOS and Android. I've tried to disable dark mode on web version by setting
<meta name="color-scheme" content="light" />
but it d...

Okzhetpes
Votes: 0
Answers: 1
Dark/Light mode js with localStorage JS
I am trying to do a dark/light mode to my bootstrap panel, but I am missing something because it only works when the chrome dev tab is enableb and the caching is disabled... in teory it is simple to d...

Sophie
Votes: 0
Answers: 1
css selector and @media rule in a single declaration
I have a css file that has dark mode theme. My css file is something like this:
html.dark {
/* Dark mode properties */
}
@media (prefers-color-scheme: dark) {
/* Dark mode properties */
}
Si...

Maverick Fabroa
Votes: 0
Answers: 0
PNG in <img> tag in dark mode in Chrome
For some reason Chrome is modifying my PNGs in dark mode and I cannot fix it in CSS...
I tried resetting the filter, but to no avail
filter: brightness(1) contrast(1) grayscale(1) invert(1) ...

millerf
Votes: 0
Answers: 2