Fix visual bug when printing
This commit is contained in:
parent
9c32bff957
commit
6ae2bb3a3b
|
@ -799,6 +799,10 @@ const { currentTheme } = Astro.locals;
|
||||||
.when-no-print {
|
.when-no-print {
|
||||||
display: none !important;
|
display: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.when-dark-theme {
|
||||||
|
display: none !important;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue