online-cv
online-cv copied to clipboard
[Feature Request] Option to print in color
The the page exactly in color. Currently its getting printed in back and white and the theme also gets changed a bit
This comes from bootstrap.
In head.html
, replace bootstrap.min.css with bootstrap.css:
<link rel="stylesheet" href="{{ site.baseurl }}/assets/plugins/bootstrap/css/bootstrap.min.css"
Then in bootstrap.css
, comment out the following lines:
@media print {
*,
*:before,
*:after {
/* color: #000 !important; */
text-shadow: none !important;
/* background: transparent !important; */
-webkit-box-shadow: none !important;
box-shadow: none !important;
}