Where to Add CSS (Studio+)
Go to Appearance → Customize → Additional CSS, or use Jeesh → Settings → Custom CSS for theme-aware styles.
Jeesh CSS Variables
--j-primary — Your primary brand color
--j-bg — Page background
--j-bg-card — Card/section background
--j-text — Primary text color
--j-radius — Border radius
Tips
Always use CSS variables instead of hard-coded colors so your styles work with both dark and light themes.