From 5e8d9d090474c6cbbbcf5fbe676a979ec7881dbd Mon Sep 17 00:00:00 2001 From: Chris Swithinbank Date: Fri, 10 Jan 2025 20:08:39 +0100 Subject: [PATCH] Clarify comment --- packages/starlight/style/print.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/starlight/style/print.css b/packages/starlight/style/print.css index 09d07f22cbc..02f2971043e 100644 --- a/packages/starlight/style/print.css +++ b/packages/starlight/style/print.css @@ -5,7 +5,7 @@ Same goes for the use of `!important` in this file. */ :root[data-theme]:is(:root) { - /* Colours (light mode) */ + /* Colours — force light mode when printing */ --sl-color-white: hsl(224, 10%, 10%); --sl-color-gray-1: hsl(224, 14%, 16%); --sl-color-gray-2: hsl(224, 10%, 23%);