Hovering sur liens
This commit is contained in:
parent
0b213726a4
commit
36ec154fbf
|
@ -247,6 +247,15 @@ aside#chalec_sidebar {
|
||||||
font-weight: bold;
|
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 {
|
.chalec_list-post-item a .chalec_list-post-info {
|
||||||
display: block;
|
display: block;
|
||||||
background-color: #e0f0ff;
|
background-color: #e0f0ff;
|
||||||
|
|
Loading…
Reference in New Issue