BartoszJarocki/cv

Print removes grey outlines present around badges in design

1amrishi opened this issue · 2 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
}