BartoszJarocki / cv

Print-friendly, minimalist CV page
https://cv.jarocki.me
MIT License
8.71k stars 914 forks source link

Print removes grey outlines present around badges in design #61

Closed 1amrishi closed 3 months ago

1amrishi commented 5 months ago

The print command seems to skip the grey rounded rectangles around the badges

Screenshot 2024-02-15 at 9 08 27 PM
BartoszJarocki commented 5 months ago

just check print backgrounds or something similar in print dialog settings

dominikjasek commented 5 months ago

Add this to globals.css

* {
  print-color-adjust: exact
}