aboutsummaryrefslogtreecommitdiff
path: root/_sass/print.css
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2025-01-24 18:36:15 +0100
committerLoek Le Blansch <loek@pipeframe.xyz>2025-01-24 18:36:15 +0100
commit1892bc38d8416a6ec79f37c41a9ffb38b6f44938 (patch)
treeffd211a1718ff2b793179c6fb115faf190e3cdfb /_sass/print.css
parentbe6c61295058e32604e4d18da3689d2675e5bf19 (diff)
minimalize layout
Diffstat (limited to '_sass/print.css')
-rw-r--r--_sass/print.css19
1 files changed, 0 insertions, 19 deletions
diff --git a/_sass/print.css b/_sass/print.css
deleted file mode 100644
index 4867c83..0000000
--- a/_sass/print.css
+++ /dev/null
@@ -1,19 +0,0 @@
-@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); }
-}