feat: draw attention to sign link

This commit is contained in:
Aravinth Manivannan 2022-10-28 20:54:02 +05:30
parent 365c527601
commit 8adee41ebe
Signed by: realaravinth
GPG key ID: AD9F0F08E855ED88

View file

@ -487,3 +487,18 @@ ul.language-select > li {
.footnote-definition > p {
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;
}