Emergency Self Report count widgets on Overview Dashboard are light grey Issue After installing the store app 'Emergency Self Report' (sn_imt_quarantine), the Emergency Self Report -> Overview Dashboard count widgets are grayed out.CauseThe Emergency dashboard count widget colors are determined by the current main Service Portal Theme Configuration. ResolutionThe current Service Portal theme being used might be missing the CSS code variables used by the Emergency Self Service app dashboard to generate the default widget color. Specifically, the code from the default 'La Jolla' theme used by the widgets is below. // Grays$gray-base: #000000;$gray-dark: lighten($gray-base, 18.04%);$gray-darker: lighten($gray-base, 8.24%);$gray-light: lighten($gray-base, 40%);$gray-lighter: lighten($gray-base, 94.51%);$gray: lighten($gray-base, 29.02%); To resolve the issue, you can either revert to the default La Jolla theme for your service portal or you can add the missing CSS variables to the current theme. Expected View: Further details on the Emergency Self Report dashboard found in the docs link below. https://docs.servicenow.com/csh?topicname=emergency-self-report.html&version=latest