feat: add dashed underline for DOI links

Introduced new styling for DOI links with a dashed underline to differentiate them visually from regular hyperlinks. This enhances user experience by clearly indicating actionable elements specific to DOIs.
This commit is contained in:
Kumi 2024-06-20 15:26:25 +02:00
parent 3bd51e66ed
commit 988c775d27
Signed by: kumi
GPG key ID: ECBCC9082395383F

View file

@ -83,4 +83,9 @@ footer .social-media img {
a h5 {
color: #333;
text-decoration: none;
}
#doi-link {
color: #333;
text-decoration: dashed;
}