From 0009b4fc55dd9a6e36922f7ad87d8f10af9f4a2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Fiedler?= Date: Tue, 13 Feb 2024 12:12:38 +0100 Subject: [PATCH] optimze colors for laser printing a bit more --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 605500d..8d39b93 100644 --- a/style.css +++ b/style.css @@ -9,8 +9,8 @@ --primary-color-print: oklch(from var(--primary-color) calc(l + 0.22) calc(c + 0.04) calc(h - 10)); --secondary-color-print: oklch(from var(--secondary-color) calc(l + 0.07) c calc(h - 30)); */ - --primary-color-print: #49ffdb; - --secondary-color-print: #3f4c4e; + --primary-color-print: #66ffde; + --secondary-color-print: #303d3e; --inline-start: left; --main-color: rgb(249 249 250); --toolbar-button-print-icon: url(/images/toolbar-button-print.svg);