BartoszJarocki / cv

Print-friendly, minimalist CV page

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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
}