Skip to content

Commit

Permalink
Merge pull request #215 from cosmos/peng/update-hover-color
Browse files Browse the repository at this point in the history
update hover color
  • Loading branch information
jbibla authored Dec 9, 2017
2 parents d6356f5 + ba55b19 commit b4f1fe1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/renderer/styles/variables.styl
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ bc-dim = app-fg

// anchor
link = hsl(app-hue, 88%, 70%)
hover = hsl(app-hue, 96%, 90%)
hover = hsl(app-hue, 88%, 60%)
hover-bg = hsl(app-hue, 30%, 19%)

// input
Expand Down

0 comments on commit b4f1fe1

Please sign in to comment.