chnagements dans le css et le markdown

This commit is contained in:
hatemhellal
2024-12-01 07:42:03 +01:00
parent 152bebbdd3
commit 828dddb52b
2 changed files with 10 additions and 7 deletions

View File

@@ -10,13 +10,16 @@
text-transform: uppercase;} text-transform: uppercase;}
.content-wrapper h2 { .content-wrapper h2 {
font-size: 1em; font-size: 1em;
color:#c9c551 !important;
} }
.content-wrapper h2 a { .content-wrapper h2 a {
text-decoration: none; /* Supprime le soulignement */ text-decoration: none; /* Supprime le soulignement */
cursor: default; cursor: default;
}
.content-wrapper h2 span {
color: #474405;
} }
.content-wrapper h4 { .content-wrapper h4 {
text-align: center; /* Centre horizontalement le texte dans <h4> */ text-align: center; /* Centre horizontalement le texte dans <h4> */

File diff suppressed because one or more lines are too long