feat: Ajout d'un lien vers une documentation
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-04-20 00:38:12 +02:00
parent 1f67ee9810
commit 61bc2541f7
4 changed files with 63 additions and 81 deletions

View File

@ -46,7 +46,7 @@ body.theme-dark {
}
}
@media (min-height: 800px) {
@media (min-height: 1000px) {
:root {
--header-size: var(--header-size-big);
}
@ -115,3 +115,11 @@ body.print {
width: 100%;
height: 100%;
}
header svg.color-text [stroke] {
stroke: var(--color-header-text);
}
header svg.color-text [fill]:not([fill=none]) {
fill: var(--color-header-text)
}