From ad4c5890aa8569ba2747f51fd7a591b23a2e11de Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Wed, 12 May 2021 11:57:11 -0700 Subject: [PATCH] portico: Make apps selector easier to see. --- static/styles/portico/landing_page.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/styles/portico/landing_page.css b/static/styles/portico/landing_page.css index 5669f1d70f..c34ac053ac 100644 --- a/static/styles/portico/landing_page.css +++ b/static/styles/portico/landing_page.css @@ -2147,7 +2147,8 @@ nav { padding: 18px 30px; border-radius: 70px; - color: hsl(0, 0%, 80%); + /* Reset color since we don't want default link styling. */ + color: hsl(0, 0%, 27%); font-size: 3em; text-align: center; @@ -2156,7 +2157,6 @@ nav { } .portico-landing.apps .other-apps .apps .icon:hover { - color: hsl(0, 0%, 47%); background: linear-gradient(-45deg, hsl(0, 0%, 83%), hsl(0, 0%, 98%)); }