online-cv icon indicating copy to clipboard operation
online-cv copied to clipboard

[Feature Request] Option to print in color

Open Sp4Rx opened this issue 4 years ago • 1 comments

The the page exactly in color. Currently its getting printed in back and white and the theme also gets changed a bit

Sp4Rx avatar Jun 30 '20 19:06 Sp4Rx

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;
  }

graham2071 avatar Apr 26 '23 14:04 graham2071