Skip to content

Commit 1284c2a

Browse files
Fix icon not appearing in print (Issue sharu725#120)
If resume printed in pdf section icons does not appear inside circle
1 parent f1ce335 commit 1284c2a

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

_sass/_print.scss

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,10 @@
3636
-webkit-print-color-adjust: exact;
3737
}
3838

39-
}
39+
.fa-inverse,
40+
.fa-inverse:after,
41+
.fa-inverse:before {
42+
color: #ffffff !important;
43+
}
44+
45+
}

0 commit comments

Comments
 (0)