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
|
@ -84,3 +84,8 @@ a h5 {
|
||||||
color: #333;
|
color: #333;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#doi-link {
|
||||||
|
color: #333;
|
||||||
|
text-decoration: dashed;
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue