Skip to content

Commit

Permalink
Fix icon not appearing in print (Issue #120) (#223)
Browse files Browse the repository at this point in the history
If resume printed in pdf section icons does not appear inside circle.
  • Loading branch information
ChandanChainani authored Dec 27, 2021
1 parent 373097e commit a7f442c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion _sass/_print.scss
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,10 @@
-webkit-print-color-adjust: exact;
}

}
.fa-inverse,
.fa-inverse:after,
.fa-inverse:before {
color: #ffffff !important;
}

}

0 comments on commit a7f442c

Please sign in to comment.