Hovering sur liens

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

View File

@ -247,12 +247,12 @@ aside#chalec_sidebar {
font-weight: bold; font-weight: bold;
} }
.chalec_list-post-title:hover { .chalec_list-post-item:hover .chalec_list-post-title {
background-color: var(--chalec_yellow); background-color: var(--chalec_yellow);
} }
.chalec_list-post-title:hover ~ .chalec_list-post-metas, .chalec_list-post-item:hover .chalec_list-post-metas,
.chalec_list-post-title:hover ~ .chalec_list-post-info { .chalec_list-post-item:hover .chalec_list-post-info {
background-color: #FDF1B8; background-color: #FDF1B8;
} }