...
| Bloc de code |
|---|
| language | css |
|---|
| title | Rose "Pod v2" |
|---|
|
/*** Esup Pod custom CSS ***/
:root {
/* exemple rose "pod v2" */
--pod-primary: #ae2573;
--pod-primary-lighten: #d782b3;
--pod-primary-darken: #93326a;
/* Mode sombre */
--pod-primary-dark: #ae2573;
--pod-primary-lighten-dark: #db258e;
--pod-primary-darken-dark: #93326a;
} |
| Bloc de code |
|---|
| language | css |
|---|
| title | Rose "Pod v2" |
|---|
|
/*** Esup Pod custom CSS ***/
:root {
/* exemple rose "pod v2" */
--pod-primary: #ae2573;
--pod-primary-lighten: #d782b3;
--pod-primary-darken: #93326a;
/* Mode sombre */
--pod-primary-dark: #ae2573;
--pod-primary-lighten-dark: #db258e;
--pod-primary-darken-dark: #93326a;
} |
| Bloc de code |
|---|
| language | css |
|---|
| title | violet "BS 5" |
|---|
|
/*** Esup Pod custom CSS ***/
:root {
/* exemple violet "BS 5" */
--pod-primary: #7952b3;
--pod-primary-lighten: #ad76ff;
--pod-primary-darken: #6528e0;
/* Mode sombre */
--pod-primary-dark: #7952b3;
--pod-primary-lighten-dark: #ad76ff;
--pod-primary-darken-dark: #6528e0;
}
|
| Bloc de code |
|---|
| language | css |
|---|
| title | bleu "default" |
|---|
|
/*** Esup Pod custom CSS ***/
:root {
/* exemple bleu "default" */
--pod-primary: #0052cc;
--pod-primary-lighten: #0065ff;
--pod-primary-darken: #0048b4;
/* Mode sombre */
--pod-primary-dark: #0052cc;
--pod-primary-lighten-dark: #0065ff;
--pod-primary-darken-dark: #0048b4;
}
|
Voir cette page de configuration pour plus d'infos.