Hi everyone, I'm trying to get to grips with Webstudio to make a landing page (I have a SaaS prototype to present). So it's not for making a complete site. I've simply duplicated a template from the
https://marketplace-ascend.wstd.io/ marketplace and I'm just trying to change the colour scheme. I'm following this tutorial on John's Youtube channel:
https://www.youtube.com/watch?v=EeLoBZvlygI I apply this code in the CSS variables to switch to light mode:
--foreground-primary: var (--gray-10);
--foreground-muted: var (--gray-7);
--background-primary: var(--gray-0);
--background-secondary: var(--gray-3) ;
--background-accent: var (--gray-10);
But it doesn't give the desired effect. I don't really understand how I'm supposed to do it.