From 6ae2bb3a3bf423cfea5fc8c7da610e51588961cf Mon Sep 17 00:00:00 2001 From: DrMint <29893320+DrMint@users.noreply.github.com> Date: Sat, 8 Jun 2024 10:30:25 +0200 Subject: [PATCH] Fix visual bug when printing --- src/components/AppLayout/components/Html.astro | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/components/AppLayout/components/Html.astro b/src/components/AppLayout/components/Html.astro index 1e19261..b66fac5 100644 --- a/src/components/AppLayout/components/Html.astro +++ b/src/components/AppLayout/components/Html.astro @@ -799,6 +799,10 @@ const { currentTheme } = Astro.locals; .when-no-print { display: none !important; } + + .when-dark-theme { + display: none !important; + } }