1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 01:36:22 +00:00

fix anchor style

This commit is contained in:
Rokt33r
2016-01-04 01:40:58 +09:00
parent 62f8af1455
commit 0b03c8360b
2 changed files with 15 additions and 1 deletions

View File

@@ -31,7 +31,7 @@ div, span, a, button, input, textarea
a
color brandColor
&:hover
color darken(brandColor, 15%)
color lighten(brandColor, 5%)
&:visited
color brandColor

View File

@@ -1,4 +1,18 @@
marked()
a
color brandColor
text-decoration none
padding 5px
border-radius 5px
margin -5px
transition 0.1s
&:hover
color lighten(brandColor, 5%)
text-decoration underline
background-color alpha(#FFC95C, 0.3)
transform scale(1.1)
&:visited
color brandColor
hr
border-top none
border-bottom solid 1px borderColor