Skip to content

Commit

Permalink
Fix icon not appearing in print (Issue sharu725#120) (sharu725#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 and matt-williams8 committed Jun 26, 2022
1 parent 8c4c4ac commit aec645f
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions _sass/_print.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
.main-wrapper .time {
float: right;
color: black !important;
-webkit-print-color-adjust: exact;
-webkit-print-color-adjust: exact;
}
.sidebar-wrapper {
position: static;
float: right;
width: 40%;
-webkit-print-color-adjust: exact;
-webkit-print-color-adjust: exact;
}

.remove-container.container-block {
Expand All @@ -31,4 +31,10 @@
display: none;
}

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

}

0 comments on commit aec645f

Please sign in to comment.