Hovering sur liens

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

View File

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