From 36ec154fbfcb836ea48fae9e4814986f3a199f9d Mon Sep 17 00:00:00 2001 From: Adrien Bourmault Date: Fri, 15 Jul 2022 12:53:48 +0200 Subject: [PATCH] Hovering sur liens --- styles.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/styles.css b/styles.css index cdbce97..36d3095 100644 --- a/styles.css +++ b/styles.css @@ -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;