From b53d66b2be729b64cb161220a61fba7fc204073a Mon Sep 17 00:00:00 2001 From: Randall Floyd Date: Mon, 22 Apr 2024 14:39:12 -0400 Subject: [PATCH] Increasing contrast ratio on the interim label of the contents tab during page load --- app/assets/stylesheets/iu-branding.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/stylesheets/iu-branding.scss b/app/assets/stylesheets/iu-branding.scss index f2822db..de18741 100644 --- a/app/assets/stylesheets/iu-branding.scss +++ b/app/assets/stylesheets/iu-branding.scss @@ -131,6 +131,7 @@ li.al-collection-context .al-online-content-icon svg, } // tabs on the collect/item pages .nav.nav-tabs .nav-item .nav-link:not(.active) { + color: #484e53; background-color: $iu-cream; } .nav-pills .nav-link.active,