44 lines
622 B
CSS
44 lines
622 B
CSS
|
:root{
|
||
|
--colorbgbodydark: #3a539b;
|
||
|
--colorfttitlelight: #3a539b;
|
||
|
|
||
|
/* Vous pouvez forcer l'ensemble de ces variables ou laisser la valeur par défaut
|
||
|
--colorbgbodylight: #;
|
||
|
--colorbgbodydark: #;
|
||
|
--colorfttitlelight: #;
|
||
|
--colorfttitledark: #;
|
||
|
--colorftbodylight: #;
|
||
|
--colorftbodydark: #;
|
||
|
--fontbody: "";
|
||
|
--fonttitle: "";
|
||
|
--fontsizeh1: px;
|
||
|
--fontsizeh2: px;
|
||
|
--fontsizeh3: px;
|
||
|
--fontsizeh4: px;
|
||
|
|
||
|
--colorbgbodylight-darker: #;
|
||
|
--colorfttitlelight-darker: #;
|
||
|
}
|
||
|
*/
|
||
|
}
|
||
|
|
||
|
/* Puis sur classer l'ensemble de la feuille de style */
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|