Background Colour

Does anyone know how I would go about changing the main background colour (particularly in light mode)? I've tried changing the tailwind classes in the body and header tags to no avail. I also couldn't see anything in the vendor.../app.css file
3 Replies
Dennis Koch
Dennis Koch2y ago
Search for the nearest filament- class and use css
benshawuk
benshawukOP2y ago
Thanks - that worked. Apologies - I was looking to override an existing background colour value, but this method works anyway. Just need to figure out the "light mode only" CSS now! 🙂 I'm thinking it would be easier if you could just amend wherever that colour is initially set..
benshawuk
benshawukOP2y ago
There's also things like shadow from the sidebar:

Did you find this page helpful?