Aucun résumé des modifications
Aucun résumé des modifications
Ligne 14 : Ligne 14 :
a:visited {
a:visited {
   color: #45A36A;
   color: #45A36A;
}
.mw-parser-output > h1, .mw-parser-output > h2, .mw-parser-output > h3, .mw-parser-output > h4 {
  border-bottom: 1px solid #57615D;
}
}

Version du 18 avril 2021 à 08:18

.header-container {
  background-color: #57615D !important;
  color: #efefef !important;
}

#content {
  background-color: #eeeeee;
}

a {
  color: #45BA53;
}

a:visited {
  color: #45A36A;
}

.mw-parser-output > h1, .mw-parser-output > h2, .mw-parser-output > h3, .mw-parser-output > h4 {
  border-bottom: 1px solid #57615D;
}