Skip to content

Commit ff9eaf5

Browse files
committed
Transition opacity on StarCount
1 parent 6668bce commit ff9eaf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ a.App-home-link {
153153
padding: 31px; /* line up with .User */
154154
color: white;
155155
text-decoration: none;
156-
transition: transform 200ms;
156+
transition: transform 200ms, opacity 200ms;
157157
}
158158

159159
.StarCount:visited {

0 commit comments

Comments
 (0)