From 31f7d5ece891e6a804da4d9dbb2a748175667b19 Mon Sep 17 00:00:00 2001 From: Ebru Yucesar Date: Mon, 1 Apr 2024 13:25:10 -0400 Subject: [PATCH] [ENG-763] update banner --- capstone/capweb/templates/main_base.html | 2 +- capstone/static/css/scss/base.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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