From a7f442c7d5e26d7e5d32dccf0113eb6e98d449a6 Mon Sep 17 00:00:00 2001 From: ChandanChainani Date: Tue, 28 Dec 2021 03:08:19 +0530 Subject: [PATCH] Fix icon not appearing in print (Issue #120) (#223) If resume printed in pdf section icons does not appear inside circle. --- _sass/_print.scss | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/_sass/_print.scss b/_sass/_print.scss index cc77ade..1cebf72 100644 --- a/_sass/_print.scss +++ b/_sass/_print.scss @@ -36,4 +36,10 @@ -webkit-print-color-adjust: exact; } -} \ No newline at end of file + .fa-inverse, + .fa-inverse:after, + .fa-inverse:before { + color: #ffffff !important; + } + +}