Fix visual bug when printing

This commit is contained in:
DrMint 2024-06-08 10:30:25 +02:00
parent 9c32bff957
commit 6ae2bb3a3b
1 changed files with 4 additions and 0 deletions

View File

@ -799,6 +799,10 @@ const { currentTheme } = Astro.locals;
.when-no-print {
display: none !important;
}
.when-dark-theme {
display: none !important;
}
}
</style>