Files
grav-lecampus/user/themes/lecampus/scss/theme/_hover.scss
2019-07-13 17:08:11 +02:00

12 lines
176 B
SCSS

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