Skip to content

Commit

Permalink
Show external link icon only on main content pane
Browse files Browse the repository at this point in the history
  • Loading branch information
timothymcmackin committed Nov 30, 2023
1 parent dcf7418 commit 78f9990
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ ol li ol li ol {
}

/* icon for external links */
a[target="_blank"]:after {
article a[target="_blank"]:after {
content: url("/img/external_link.svg");
padding-left: 5px;
}

0 comments on commit 78f9990

Please sign in to comment.