Theme Contrast

To change theme contrast in the theme change value in layout files located at Admin/views/layouts"main-layout.html, auth-layout.html, component-layout.html".

To add contrast in the theme change given below

data-pc-theme_contrast="true";
at : <body data-pc-theme_contrast="true">

To remove contrast in the theme change given below

data-pc-theme_contrast="false";
at : <body data-pc-theme_contrast="false">

Last updated