diff --git a/app/assets/css/main.css b/app/assets/css/main.css index 67c6bb5..d147ba6 100644 --- a/app/assets/css/main.css +++ b/app/assets/css/main.css @@ -89,6 +89,16 @@ color-scheme: light; } + @media print { + html, + body, + #__nuxt, + #__layout { + background: white !important; + min-height: auto !important; + } + } + .dark html, .dark body, .dark #__nuxt, @@ -106,6 +116,18 @@ color-scheme: dark; } + @media print { + :root.dark #__nuxt, + :root.dark #__layout, + html.dark, + html.dark body, + html.dark #__nuxt, + html.dark #__layout { + background: white !important; + color-scheme: light !important; + } + } + div, span, input, diff --git a/app/components/resume/ResumeAdditionalInfo.vue b/app/components/resume/ResumeAdditionalInfo.vue index af84b56..3a4cfd6 100644 --- a/app/components/resume/ResumeAdditionalInfo.vue +++ b/app/components/resume/ResumeAdditionalInfo.vue @@ -1,54 +1,27 @@ diff --git a/app/components/resume/ResumeEducation.vue b/app/components/resume/ResumeEducation.vue index 0afd5a4..0b270b2 100644 --- a/app/components/resume/ResumeEducation.vue +++ b/app/components/resume/ResumeEducation.vue @@ -16,7 +16,7 @@ function formatDateRange(start: string, end?: string): string {