Hover sur liens

This commit is contained in:
Adrien Bourmault 2022-07-15 12:45:00 +02:00
parent e20afb63ed
commit bec6f4bdf9
No known key found for this signature in database
GPG Key ID: 6EB408FE0ACEC664
1 changed files with 9 additions and 0 deletions

View File

@ -239,6 +239,15 @@ aside#a-lec_sidebar {
margin: -10px 0px 0px 0px;
}
.a-lec_list-post-title:hover {
background-color: #2f4f6f;
}
.a-lec_list-post-title:hover ~ .a-lec_list-post-metas,
.a-lec_list-post-title:hover ~ .a-lec_list-post-info {
background-color: #e1ecf5;
}
.a-lec_list-post-metas {
display: block;
padding: 15px;