Hovering sur liens
This commit is contained in:
parent
36ec154fbf
commit
a2cb93d71a
|
@ -247,12 +247,12 @@ aside#chalec_sidebar {
|
|||
font-weight: bold;
|
||||
}
|
||||
|
||||
.chalec_list-post-title:hover {
|
||||
.chalec_list-post-item:hover .chalec_list-post-title {
|
||||
background-color: var(--chalec_yellow);
|
||||
}
|
||||
|
||||
.chalec_list-post-title:hover ~ .chalec_list-post-metas,
|
||||
.chalec_list-post-title:hover ~ .chalec_list-post-info {
|
||||
.chalec_list-post-item:hover .chalec_list-post-metas,
|
||||
.chalec_list-post-item:hover .chalec_list-post-info {
|
||||
background-color: #FDF1B8;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue