Hovering sur liens

This commit is contained in:
Adrien Bourmault 2022-07-15 13:32:17 +02:00
parent bec6f4bdf9
commit b318303c28
No known key found for this signature in database
GPG Key ID: 6EB408FE0ACEC664
1 changed files with 3 additions and 3 deletions

View File

@ -239,12 +239,12 @@ aside#a-lec_sidebar {
margin: -10px 0px 0px 0px;
}
.a-lec_list-post-title:hover {
.a-lec_list-post-item:hover .a-lec_list-post-title {
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 {
.a-lec_list-post-item:hover .a-lec_list-post-metas,
.a-lec_list-post-item:hover .a-lec_list-post-info {
background-color: #e1ecf5;
}