added pdf icon when a pdf is in the link URL
This commit is contained in:
parent
eca85816d4
commit
d2d0b5d39a
File diff suppressed because one or more lines are too long
|
@ -17,10 +17,8 @@ header nav {
|
|||
}
|
||||
|
||||
|
||||
a[href$=".pdf"] {
|
||||
&:after {
|
||||
a[href$=".pdf"]:after {
|
||||
/* https://fontawesome.com/v5.0/icons */
|
||||
display: inline-block;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
display: inline-block;
|
||||
|
@ -32,7 +30,6 @@ a[href$=".pdf"] {
|
|||
font-weight: 900;
|
||||
content: "\f1c1";
|
||||
}
|
||||
}
|
||||
|
||||
.excerpt,.post-excerpt{
|
||||
a {
|
||||
|
|
Loading…
Reference in New Issue