Hi All,
I created custome theme based on instructions here:
https://help.totaralearning.com/display/DEV/Creating+custom+themes
I am unable to overwrite any of the default theme settings - I'd like to set up my own default colors.
In my local totara I have those folders created:
/server/theme/mytheme
/client/component/theme_mytheme
in theme_mytheme i have:
global_styles/_variables.scss - and here I added:
:root {
//
// Theme colours
//
// Default state colour, shows an element is interactive
/* theme:var */
--color-state: #ffcc00;
}
Is it something more I should do?
Thanks
Olek