marks16411289
25-03-2021
I don't know if this could be changed, but I would like to edit with normal mode. My AEM Editor has been like this ever since and now I'm at applying CSS in the WKND tutorial so it's pretty weird. Thank you!
asutosh_j3
Hi @marks16411289 All the CSS styles are coming from /libs/cq/gui/components/authoring/editors/clientlibs/core/css path.
Can you inspect the page and see anywhere the background color is being overridden which is why you are getting this dark mode.
Here is the place where the Core CSS will be loading.
http://localhost:4502/libs/cq/gui/components/authoring/editors/clientlibs/core.css
Thanks!