Fix icon not appearing in print (Issue #120) (#223)

If resume printed in pdf section icons does not appear inside circle.
This commit is contained in:
ChandanChainani 2021-12-28 03:08:19 +05:30 committed by GitHub
parent 373097e2ce
commit a7f442c7d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,4 +36,10 @@
-webkit-print-color-adjust: exact; -webkit-print-color-adjust: exact;
} }
} .fa-inverse,
.fa-inverse:after,
.fa-inverse:before {
color: #ffffff !important;
}
}