Skip to content

Commit

Permalink
Adjust red color
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed May 22, 2017
1 parent 838e9a0 commit 6d28c7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1169,7 +1169,7 @@ pre:after {

.h:nth-of-type(8):hover ~ .ghost .eye,
.h:nth-of-type(13):hover ~ .ghost .eye {
color: #f00;
color: #EF5350;
}

.h:nth-of-type(8):hover ~ .ghost .eye--left .pupil {
Expand Down

1 comment on commit 6d28c7c

@elrumordelaluz
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

perfect change, thanks!

missed the default tested #f00 red.

Please sign in to comment.