Fealist Even though I set the color to #000000 in the viewport, the flare is gray instead of black. I want to use black. Is this possible? I have the experience of using black-green in my mind. I will use these colors in my new project.
Fealist askvortsov clarkwinkelmann I want to use these two colors. But the flarum automatically turns black to gray
clarkwinkelmann You should be able to customize everything through custom CSS if the default main color settings isn't sufficient. Can you share a screenshot of the part you want to change if you need help with finding the CSS selector?
Fealist I wanted to set the background black in the viewport. Night mode plugin installed. When I want to make the background of the site black (#000000), it turns gray. I want it to be dark (the blackest).
Fealist Which css selector should I use to change the background. body{ background: #000000 !important; } This code could not solve the problem.