From f06e936874e38e91d0cda691394cd041e2785531 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Fri, 4 Dec 2015 10:00:12 -0500 Subject: [PATCH] removing opacity from title --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index d581b1f..a389cdd 100644 --- a/style.css +++ b/style.css @@ -1086,7 +1086,7 @@ p.stars a { font-weight: 400 !important; background: transparent; margin: 0; - opacity: 0; + opacity: 1; -webkit-transition: all, ease, 0.2s; -moz-transition: all, ease, 0.2s; transition: all, ease, 0.2s; } -- 2.17.1