diff --git a/src/registrar/assets/sass/_theme/_uswds-theme-custom-styles.scss b/src/registrar/assets/sass/_theme/_uswds-theme-custom-styles.scss index 7dd1a456f..1ea01a119 100644 --- a/src/registrar/assets/sass/_theme/_uswds-theme-custom-styles.scss +++ b/src/registrar/assets/sass/_theme/_uswds-theme-custom-styles.scss @@ -130,7 +130,7 @@ section.dashboard { } } -#wrapper { +#wrapper.dashboard { background-color: color('primary-lightest'); } diff --git a/src/registrar/templates/base.html b/src/registrar/templates/base.html index 1a87457e0..8bbd6206f 100644 --- a/src/registrar/templates/base.html +++ b/src/registrar/templates/base.html @@ -128,11 +128,13 @@
{% block logo %} {% endblock %} @@ -162,7 +164,7 @@
{% endblock banner %} -
+
{% block messages %} {% if messages %}