Use a neutral, light grey background
This commit is contained in:
parent
89fda9d960
commit
a39e8a0df1
1 changed files with 1 additions and 3 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
/* Variables */
|
||||
html {
|
||||
--bgcolor: #bd8f97;
|
||||
--bgcolor: #dddddd;
|
||||
--dark-color: #401018; /* Pour les textes entre autre */
|
||||
--color1: #e8304e;
|
||||
--color2: #b03a4d;
|
||||
|
@ -34,8 +34,6 @@ body {
|
|||
color: var(--dark-color);
|
||||
position: relative;
|
||||
height: 100%;
|
||||
background: url("../images/curve2.png") repeat-y fixed left bottom,url("../images/curve.png") repeat-y fixed right bottom var(--bgcolor);
|
||||
|
||||
}
|
||||
::selection {
|
||||
text-shadow: none;
|
||||
|
|
Loading…
Reference in a new issue