Ajout paramètre message bas de page personnalisable

This commit is contained in:
Yannick Le Duc
2025-08-27 12:21:09 +02:00
parent 28df167fee
commit aa859a1e44
15 changed files with 580 additions and 207 deletions

View File

@@ -255,24 +255,24 @@
.prose h1 {
font-size: 1.5rem;
font-weight: 700;
margin-bottom: 1rem;
margin-top: 1.5rem;
margin-bottom: 0;
margin-top: 0.75rem;
color: hsl(222.2 84% 4.9%);
}
.prose h2 {
font-size: 1.25rem;
font-weight: 600;
margin-bottom: 0.75rem;
margin-top: 1.25rem;
margin-bottom: 0;
margin-top: 0.5rem;
color: hsl(222.2 84% 4.9%);
}
.prose h3 {
font-size: 1.125rem;
font-weight: 500;
margin-bottom: 0.5rem;
margin-top: 1rem;
margin-bottom: 0;
margin-top: 0.375rem;
color: hsl(222.2 84% 4.9%);
}
@@ -280,22 +280,22 @@
.vote-page .prose h1 {
font-size: 1.125rem;
font-weight: 600;
margin-bottom: 0.75rem;
margin-top: 1rem;
margin-bottom: 0;
margin-top: 0.5rem;
}
.vote-page .prose h2 {
font-size: 1rem;
font-weight: 600;
margin-bottom: 0.5rem;
margin-top: 0.75rem;
margin-bottom: 0;
margin-top: 0.375rem;
}
.vote-page .prose h3 {
font-size: 0.875rem;
font-weight: 500;
margin-bottom: 0.375rem;
margin-top: 0.5rem;
margin-bottom: 0;
margin-top: 0.25rem;
}
.prose p {
@@ -334,7 +334,7 @@
}
.prose li {
margin-bottom: 0.25rem;
margin-bottom: 0.25rem !important;
}
.prose a {
@@ -445,3 +445,9 @@
border-color: hsl(210 40% 98%);
color: hsl(210 40% 98%);
}
/* Styles simples pour réduire l'espacement des listes */
.prose ul li,
.prose ol li {
margin-bottom: 0.25rem !important;
}