Les goûts et les couleurs
This commit is contained in:
parent
e485307eea
commit
7e385f63cb
3 changed files with 3 additions and 3 deletions
|
@ -76,7 +76,7 @@ article, aside, details, figcaption, figure, footer, header, hgroup, main, menu,
|
||||||
|
|
||||||
/* line 17, ../sass/screen.scss */
|
/* line 17, ../sass/screen.scss */
|
||||||
body, html {
|
body, html {
|
||||||
background: #ece251;
|
background: #ffe83f;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
$jaune: #f2ea5a;
|
$jaune: #ffe83f;
|
||||||
$rouge: #8c0e00;
|
$rouge: #8c0e00;
|
||||||
$bleu: #4679a5;
|
$bleu: #4679a5;
|
||||||
$vert: #5e8c73;
|
$vert: #5e8c73;
|
||||||
|
|
|
@ -15,7 +15,7 @@ $switchwidth: 600px;
|
||||||
}
|
}
|
||||||
|
|
||||||
body, html {
|
body, html {
|
||||||
background: desaturate(darken($cadreclair, 20%), 20%);
|
background: $jaune;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
|
Loading…
Reference in a new issue