feat: draw attention to sign link
This commit is contained in:
parent
365c527601
commit
8adee41ebe
1 changed files with 15 additions and 0 deletions
|
@ -487,3 +487,18 @@ ul.language-select > li {
|
||||||
.footnote-definition > p {
|
.footnote-definition > p {
|
||||||
display: inline;
|
display: inline;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.nav__link {
|
||||||
|
text-decoration: underline;
|
||||||
|
text-decoration-color: red;
|
||||||
|
text-decoration-thickness: 3px;
|
||||||
|
font-weight: bold;
|
||||||
|
font-size: 1.2em;
|
||||||
|
padding: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.nav__link:hover,
|
||||||
|
.nav__link:active {
|
||||||
|
color: #a31d1d;
|
||||||
|
border-bottom: none !important;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue