[#9] Update FEP links styles

This commit is contained in:
Anastasiya Shamray 2023-05-26 20:07:13 +03:00
parent f61b35b14c
commit ef08ba9d6d

View file

@ -616,6 +616,11 @@ textarea.form-control {
margin-bottom: 0; margin-bottom: 0;
} }
.content ol li a:hover,
.content ol li ol a:hover {
text-decoration: underline;
}
.content h3:before, .content h3:before,
.content h4:before, .content h4:before,
.content h5:before { .content h5:before {
@ -627,10 +632,13 @@ textarea.form-control {
.content .title-link { .content .title-link {
opacity: 0; 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; opacity: 1;
} }