add structure
This commit is contained in:
11
user/themes/lecampus/scss/theme/_hover.scss
Normal file
11
user/themes/lecampus/scss/theme/_hover.scss
Normal file
@@ -0,0 +1,11 @@
|
||||
#home{
|
||||
.content{
|
||||
p:last-child{
|
||||
a:hover{
|
||||
color: white;
|
||||
background-color: $green;
|
||||
transition: background-color 0.3s ease;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user