removing opacity from title
authorAnthony Talarico <talarico@gaslightmedia.com>
Fri, 4 Dec 2015 15:00:12 +0000 (10:00 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Fri, 4 Dec 2015 15:00:12 +0000 (10:00 -0500)
style.css

index d581b1f..a389cdd 100644 (file)
--- 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; }