Hi everyone
I’m customizing the design of my app hosted on Frappe Cloud. I want to change the background color, button colors, and apply other custom CSS styles globally.
I’m currently using client scripts for basic UI tweaks, but I want to manage colors and styling in a more centralized way (like a custom theme or global CSS file).
Is there a recommended way to include custom CSS (like through
hooks.py
, web templates, or public assets) in Frappe Cloud?
Can I create and include a custom app just for theming purposes?
If yes, how do I structure it properly so the styles apply across modules?
Any help or examples would be appreciated!
Thanks in advance