From 92810e08bb5f94bf6b4be1fe3fc8f163e308bdfb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Fri, 14 Dec 2018 21:26:47 -0500 Subject: [PATCH] Commit compiled CSS --- agaric/css/agaric.css | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/agaric/css/agaric.css b/agaric/css/agaric.css index 293ebfa..3f210fc 100644 --- a/agaric/css/agaric.css +++ b/agaric/css/agaric.css @@ -10761,17 +10761,6 @@ a.teaser { background-position: center; background-size: cover; background-repeat: no-repeat; } - .hero-main::before { - position: absolute; - display: block; - top: 0; - right: 0; - left: 0; - height: 11em; - content: ""; - background: -webkit-linear-gradient(top, #0d1e34 25%, rgba(13, 30, 52, 0) 100%); - background: -moz-linear-gradient(top, #0d1e34 25%, rgba(13, 30, 52, 0) 100%); - background: linear-gradient(to bottom, #0d1e34 25%, rgba(13, 30, 52, 0) 100%); } .hero-main a .icon { color: #BAB108; } .hero-main a:hover .icon {