Axes groupés par période sur les profils utilisateur + fix soulignement des titres de cards liées

This commit is contained in:
2026-07-06 18:55:37 +02:00
parent e30b0baa50
commit 5f682a637b
7 changed files with 116 additions and 39 deletions

View File

@@ -2131,6 +2131,10 @@ footer {
font-size: 1.25rem; }
.article .main-content-text a {
text-decoration: underline; }
.article .main-content-text .post-card h2::after {
display: none; }
.article .main-content-text .post-card a {
text-decoration: none; }
.article .main-content-text p {
margin-bottom: 1rem;
line-height: 1.4; }