[#9] Update FEP links styles
This commit is contained in:
parent
e83fceafdc
commit
1ed372a791
1 changed files with 10 additions and 2 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue