49 lines
840 B
CSS
49 lines
840 B
CSS
:root{
|
|
--colorbgbodydark: #2e3131;
|
|
--colorfttitlelight: #2e3131;
|
|
--colorfttitlelight-darker: #95a5a6;
|
|
--colorbgbodydark-darker: #000000;
|
|
--colorfttitlelight-darker: #000000;
|
|
--colorbgbodydark-rgb: 46,49,49;
|
|
|
|
/* 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 */
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|