From fc073c245fb2122d3afbe16d3188cc96c022baa8 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Tue, 13 Jul 2021 10:36:19 +0200 Subject: print css --- styles/print.css | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 styles/print.css (limited to 'styles/print.css') diff --git a/styles/print.css b/styles/print.css new file mode 100644 index 0000000..4867c83 --- /dev/null +++ b/styles/print.css @@ -0,0 +1,19 @@ +@media print { + :root { + --nav-width: 0px; + + --bg: #ffffff; + --fg: #000000; + + --heliotrope-gray: var(--bg); + --purple-navy: #989abb; + + --fire-opal: #ba3321; + --cyan-process: #397889; + --forest-green-crayola: #376848; + + } + + .centeredPage { grid-gap: var(--page-margins) 0; } + pre { border: solid 2px var(--fg); } +} -- cgit v1.2.3