forked from wezm/wezm.net
Add basic CSS transition to underline in header
This commit is contained in:
parent
948193e6e8
commit
8a2f626b1b
1 changed files with 9 additions and 1 deletions
|
@ -118,12 +118,14 @@ header
|
|||
background: #1C1C1C
|
||||
|
||||
a
|
||||
-webkit-transition: border-bottom-color 500ms
|
||||
border-bottom: 2px solid rgba(255, 255, 255, 0.0)
|
||||
&:link, &:visited
|
||||
text-decoration: none
|
||||
color: white
|
||||
|
||||
&:hover
|
||||
border-bottom: 2px solid #fff
|
||||
border-bottom-color: rgba(255, 255, 255, 1.0)
|
||||
|
||||
|
||||
#menu
|
||||
|
@ -392,3 +394,9 @@ table
|
|||
|
||||
img a
|
||||
border: none
|
||||
|
||||
img.feed-icon
|
||||
opacity: 0.75
|
||||
|
||||
&:hover
|
||||
opacity: 1.0
|
||||
|
|
Loading…
Reference in a new issue