« MediaWiki:Common.css » : différence entre les versions

De TC-Dossiers
Aucun résumé des modifications
Aucun résumé des modifications
Ligne 1 : Ligne 1 :
:root {
--background-color-base:#C7CDE8;
}
.mw-body h1,
.mw-body h1,
.mw-body h2,
.mw-body h2,
Ligne 4 : Ligne 8 :
font-family: "Gill Sans", sans-serif;
font-family: "Gill Sans", sans-serif;
}
}
.mw-code {
    background-color:#C7CDE8;
    color:#000;
    border:1px solid #000000;
  }

Version du 3 novembre 2024 à 15:06

:root {
--background-color-base:#C7CDE8;
}

.mw-body h1,
.mw-body h2,
.mw-body h3 {
font-family: "Gill Sans", sans-serif;
}