BartoszJarocki / cv

Print-friendly, minimalist CV page

Home Page:https://cv.jarocki.me

Repository from Github https://github.comBartoszJarocki/cvRepository from Github https://github.comBartoszJarocki/cv

Print removes grey outlines present around badges in design

1amrishi opened this issue · comments

The print command seems to skip the grey rounded rectangles around the badges
Screenshot 2024-02-15 at 9 08 27 PM

just check print backgrounds or something similar in print dialog settings

Add this to globals.css

* {
  print-color-adjust: exact
}