From 9bb7249c4252b76b0a3717f62be494fecb11c31c Mon Sep 17 00:00:00 2001 From: Alexandra Ciobica Date: Tue, 20 Aug 2019 22:49:22 +0300 Subject: [PATCH] portico: Add hover behaviour to `Take the tour` button on /hello. --- static/styles/portico/landing-page.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/styles/portico/landing-page.scss b/static/styles/portico/landing-page.scss index e5cc02fd2f..e4a6545f6d 100644 --- a/static/styles/portico/landing-page.scss +++ b/static/styles/portico/landing-page.scss @@ -1350,7 +1350,7 @@ nav ul li.active::after { color: hsl(0, 0%, 100%); background-color: hsl(185, 38%, 55%); background: linear-gradient(145deg, hsl(191, 56%, 55%), hsl(169, 65%, 42%)); - box-shadow: 0px 3px 10px hsla(0, 0%, 0%, 0.3); + box-shadow: 0px 3px 10px hsla(0, 0%, 0%, 0.2); border: 0; position: absolute; left: 50%;