Hello,
I duplicate the quark theme to have "mytheme" like explain in the documentation :
Theme Inheritance > Inheriting manually
Now I would like to change the background color of all the pages of the site.
What is the easier way to do this ?
Is it in user/theme/mytheme/css/custum.css file ?
I have tried :
background-color:#CCBBBB;
background:#CCBBBB;
but only the background-color of the text have changed.
Thank's