One question though, what is the purpose of the extra 15px padding added in the CSS:
Code: Select all
body.darkmode {
filter: invert(1) hue-rotate(.5turn);
padding: 15px;
}
Code: Select all
body.darkmode {
filter: invert(1) hue-rotate(.5turn);
padding: 15px;
}
Chris1278 wrote: The optics in the Acp area in the dark mode would have to be improved.
I would suggest the following change to improve the optics in the Acp area.
Add in the file:
ext/aurelienazerty/darkmode/styles/all/theme/darkmode.css
In the first block that looks like this:
Just the one he looks like:Code: Select all
body.darkmode { filter: invert (1) hue-rotate (.5turn); }
This is better displayed in the Acp.Code: Select all
body.darkmode { filter: invert (1) hue-rotate (.5turn); padding: 15px; }