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; + } }