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:
parent
3bd51e66ed
commit
988c775d27
1 changed files with 5 additions and 0 deletions
|
@ -83,4 +83,9 @@ footer .social-media img {
|
|||
a h5 {
|
||||
color: #333;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
#doi-link {
|
||||
color: #333;
|
||||
text-decoration: dashed;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue