feat: Changement de librairie
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2023-05-03 16:10:44 +02:00
parent da9fd594a4
commit f8958416fc
5 changed files with 95 additions and 9 deletions

View File

@ -81,6 +81,18 @@ body {
-moz-osx-font-smoothing: grayscale;
}
body.print {
--color-highlight-background: var(--color-white);
--color-highlight-text: var(--color-black);
--color-highlight-text-invert: var(--color-white);
--color-header-background: var(--color-white);
--color-header-text: var(--color-black);
}
.print .no-print {
display: none
}
.btn {
width: 3rem;
height: 3rem;