Skip to content

Commit

Permalink
Fixed PDF icon for absolute links that act as external links.
Browse files Browse the repository at this point in the history
  • Loading branch information
shefulloflight committed Dec 1, 2023
1 parent c6c3a85 commit cc2a2c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css/customstyles.css
Original file line number Diff line number Diff line change
Expand Up @@ -1441,7 +1441,7 @@ a.btn-contact:active {
}

a.pdf:after {
content: "\f1c1";
content: "\f1c1" !important;
font-family: FontAwesome;
font-weight: normal;
font-style: normal;
Expand Down

0 comments on commit cc2a2c2

Please sign in to comment.