44 lines
796 B
CSS
44 lines
796 B
CSS
:root{
|
|
--colorfttitlelight: #1e824c;
|
|
--colorbgbodydark: #1e824c;
|
|
--colorbgbodydark-darker: #00501a;
|
|
--colorfttitlelight-darker: #00501a;
|
|
--colorbgbodydark-rgb: 30,130,76;
|
|
|
|
/* 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: #;
|
|
--colorbgbodydark-darker: #;
|
|
--colorbgbodydark-rgb: R,V,G
|
|
*/
|
|
}
|
|
|
|
/* Puis sur classer l'ensemble de la feuille de style */
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|