From 06dd3a620d8a5ec235f792f98687a350443ac9bd Mon Sep 17 00:00:00 2001 From: German Correa Date: Wed, 29 Nov 2017 19:09:40 -0300 Subject: [PATCH] Fix shadow of main title --- style/style.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/style/style.css b/style/style.css index 028eeb4..d164c82 100644 --- a/style/style.css +++ b/style/style.css @@ -127,7 +127,7 @@ ol li .jumbotron{ margin-bottom: 0px; height: 400px; - color: white; + background:transparent; } @@ -170,11 +170,14 @@ ol li border-bottom: 0; text-transform: none; margin: 0;} - +#logo_text h1 a:hover{ + text-shadow: #333 1px 1px 10px; +} #logo_text h1, #logo_text h1 a, #logo_text h1 a:hover { padding: 22px 0 0 0; color: #FFF; text-decoration: none; + /*font-size: 60px;*/ border: 0; font-weight: 700;