Skip to content

Commit c2430a2

Browse files
committed
splash: fix hover color – thank goodness
1 parent a2d447d commit c2430a2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/splash.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,8 @@ function style({ logo, active, iframe } = {}){
247247
});
248248

249249
css.add('p.signin a:hover', {
250-
'background-color': '#9B9B9B'
250+
'background-color': '#E01563',
251+
color: '#fff'
251252
});
252253
}
253254

0 commit comments

Comments
 (0)