Added some styles
This commit is contained in:
parent
d7610bde55
commit
c9a8ff07f2
@ -20,12 +20,14 @@ body
|
|||||||
display: block
|
display: block
|
||||||
height: 100%
|
height: 100%
|
||||||
padding: 8px 12px
|
padding: 8px 12px
|
||||||
|
background: none
|
||||||
color: white
|
color: white
|
||||||
font-size: 2rem
|
font-size: 2rem
|
||||||
text-decoration: none
|
text-decoration: none
|
||||||
transition: color 220ms ease-in-out
|
transition: all 220ms ease-in-out
|
||||||
|
|
||||||
&:hover
|
&:hover
|
||||||
|
background: rgba(0, 0, 0, .1)
|
||||||
color: lightgrey
|
color: lightgrey
|
||||||
|
|
||||||
#main-content
|
#main-content
|
||||||
|
Loading…
Reference in New Issue
Block a user