Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit f0b682f7 authored by Hugues's avatar Hugues Committed by Christophe Chaudier
Browse files

change & put backgroundColor as primary color

parent e698c353
No related branches found
No related tags found
1 merge request!19Resolve "add tagline icones on index"
......@@ -28,7 +28,7 @@ import { Grid } from 'theme-ui'
</Box>
<Box
bg='rgb(128, 107, 100)'
bg='primary'
ml={-200}
mr={-200}
mt={30}
......@@ -38,7 +38,7 @@ import { Grid } from 'theme-ui'
<Grid
gap={0}
columns={[ 2, null, 3 ]}
bg='rgb(128, 107, 100)'
bg='primary'
ml={100}
mr={100}
>
......@@ -155,8 +155,10 @@ import { Grid } from 'theme-ui'
}}>
Notre solution s'appuie sur des logiciels libres et nos conditions générales sont éthiques.
</Text>
</Card>
</Box>
</Grid>
</Box>
\ No newline at end of file
......@@ -19,7 +19,8 @@ export default {
colors: {
...tailwind.colors,
primary: baseColors.orange[7],
primary: "#577018",
//primary: baseColors.orange[7],
primaryHover: baseColors.orange[8],
secondary: baseColors.orange[6],
accent: "#9ce5f4",
......@@ -56,7 +57,8 @@ export default {
text: baseColors.gray[1],
//background: baseColors.gray[9],
background: "black",
primary: "#da6327",
//primary: "#da6327",
primary: "#577018",
secondary: baseColors.orange[6],
accent: "#00616f",
gray: baseColors.gray[5],
......@@ -212,6 +214,13 @@ export default {
left: ["calc(-50vw + 50%)", null, "auto", null, null],
},
},
images: {
avatar: {
width: 48,
height: 48,
borderRadius: 99999,
},
},
buttons: {
primary: {
bg: "#bb5420",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment