Theme Contrast

To change theme contrast in the theme change value in "/Ablepro/Views/Shared/_config.cshtml".

To add contrast in the theme change given below

TempData["ThemeContrast"] = 'true';

To remove contrast in the theme change given below

TempData["ThemeContrast"] = 'false';

Last updated