From d92dea69e8de0828497654b77d047c4a0b9a30df Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Wed, 18 Aug 2021 21:43:57 +0200 Subject: Remove Chrome/Chromium browser-specific PDF disclaimer --- app/print.styl | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'app') diff --git a/app/print.styl b/app/print.styl index 594ad24..7f5cff3 100644 --- a/app/print.styl +++ b/app/print.styl @@ -19,17 +19,3 @@ body { @require "stylesheets/print/work.styl" @require "stylesheets/print/projects.styl" @require "stylesheets/print/education.styl" - -@supports (-webkit-appearance:none) and (column-fill:auto) and (not (-ms-accelerator:true)) and (not (overflow:-webkit-marquee)) and (not (-moz-appearance:none)) { - footer { - display: block - position: fixed - bottom: 0; - font-size: 5pt - } - - footer:after { - color: #F7F7F7 - content: "Disclaimer: generated from https://a14m.me" - } -} -- cgit v1.2.3