From 1ed372a7916ba573980cda12c53d980bbf6c879f Mon Sep 17 00:00:00 2001 From: Anastasiya Shamray Date: Fri, 26 May 2023 20:07:13 +0300 Subject: [PATCH] [#9] Update FEP links styles --- assets/css/style.css | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/assets/css/style.css b/assets/css/style.css index b653dab..4fbacd7 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -616,6 +616,11 @@ textarea.form-control { margin-bottom: 0; } +.content ol li a:hover, +.content ol li ol a:hover { + text-decoration: underline; +} + .content h3:before, .content h4:before, .content h5:before { @@ -627,10 +632,13 @@ textarea.form-control { .content .title-link { opacity: 0; - transition: 0.7s; + transition: 0.3s; + margin-left: 10px; } -.content .title-link.active { +.content h3:hover .title-link, +.content h4:hover .title-link, +.content h5:hover .title-link { opacity: 1; }