projects
/
WP-Themes
/
themoleholeonline.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9a78371
)
removing opacity from title
author
Anthony Talarico
<talarico@gaslightmedia.com>
Fri, 4 Dec 2015 15:00:12 +0000
(10:00 -0500)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Fri, 4 Dec 2015 15:00:12 +0000
(10:00 -0500)
style.css
patch
|
blob
|
history
diff --git
a/style.css
b/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; }