2019-05-27 17:03:03 +02:00

13 lines
232 B
SCSS

#home{
.content{
p:last-child{
a:hover{
color: white;
background-color: $green;
-webkit-transition: background-color 0.3s ease;
transition: background-color 0.3s ease;
}
}
}
}