diff --git a/styles.css b/styles.css index cab2070..74551d7 100644 --- a/styles.css +++ b/styles.css @@ -239,6 +239,15 @@ aside#a-lec_sidebar { margin: -10px 0px 0px 0px; } +.a-lec_list-post-title:hover { + background-color: #2f4f6f; +} + +.a-lec_list-post-title:hover ~ .a-lec_list-post-metas, +.a-lec_list-post-title:hover ~ .a-lec_list-post-info { + background-color: #e1ecf5; +} + .a-lec_list-post-metas { display: block; padding: 15px;