diff --git a/capstone/capweb/templates/main_base.html b/capstone/capweb/templates/main_base.html index ec43fac4a..67f522138 100644 --- a/capstone/capweb/templates/main_base.html +++ b/capstone/capweb/templates/main_base.html @@ -70,7 +70,7 @@ {% if SHOW_DEPRECATION_BANNER %}
- Deprecation Notice: As part of the transition of Caselaw Access Project data to a static state, new CAP accounts are no longer available and the CAP API will sunset on September 1, 2024. You are currently viewing the legacy version of the Caselaw Access Project's website. The current version is at case.law. + You are currently viewing the retired version of the Caselaw Access Project's website. This version of the site and the API will sunset on September 1, 2024.
{% endif %} diff --git a/capstone/static/css/scss/base.scss b/capstone/static/css/scss/base.scss index d694cffb5..d5f09159b 100644 --- a/capstone/static/css/scss/base.scss +++ b/capstone/static/css/scss/base.scss @@ -64,7 +64,7 @@ body { padding: 1rem; font-size: 1rem; line-height: 1.2; - background-color: $color-yellow; + background-color: $color-yellow-light; } // BUTTONS & LINKS