1
0
Fork 0
mirror of https://github.com/em-squared/5e-drs.git synced 2025-11-01 14:04:19 +00:00

nouvelle charte graphique

This commit is contained in:
Maxime Moraine 2021-02-09 17:49:44 +01:00
parent e7546ce4c6
commit 63fb1d4ca5
11 changed files with 90 additions and 44 deletions

View file

@ -36,14 +36,14 @@ export default ({
},
themes: {
light: {
primary: '#4c6477', // Dragons
navbar: '#435a3f', // Héros
primary: '#4c6477', // Dragons (Bleu)
navbar: '#435a3f', // Héros (Vert)
accent: '#435a3f', // Héros
},
dark: {
primary: '#4c6477', // Dragons
navbar: '#435a3f', // Héros
accent: '#e02867', // Dragons
primary: '#6c8599', // Dragons (Bleu)
navbar: '#435a3f', // Héros (Vert)
accent: '#6c8599', // Dragons
}
}
},