You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Move link underline styling from inline style to the existing
.content_links .copyright div rule in content-perma.scss.
Use color: inherit so the link matches surrounding text on
both dark and white backgrounds.
Signed-off-by: Tim Ren <137012659+xr843@users.noreply.github.com>
Copy file name to clipboardExpand all lines: _includes/content_filelinks.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@
9
9
<divclass="a-link">{% if is_archive_borrow %}<detailsclass="copyright details-reset"><summary>{% endif %}<aclass="btn" {%ifinclude.newtab%}target="_blank"{%endif%}{%includecontent_link_data_attributes.htmlcontent=include.contentlinktype="Main External URL" linkfmt=linkfmt%}href="{{ include.content.external_url }}"{%fornrhinsite.data.content.noreferrerhosts%}{%ifinclude.content.external_urlcontainsnrh%}rel="noreferrer"{%break%}{%endif%}{%endfor%}>{{ linkbody }}</a>{% if is_archive_borrow %}
10
10
<iclass="far fa-question-circle"></i>
11
11
</summary><div>
12
-
Reading this book on Archive.org may require a free account. <ahref="https://help.archive.org/help/borrowing-from-the-lending-library/"style="text-decoration: underline">Learn more</a>
12
+
Reading this book on Archive.org may require a free account. <ahref="https://help.archive.org/help/borrowing-from-the-lending-library/">Learn more</a>
0 commit comments