Use a neutral, light grey background

This commit is contained in:
Antoine Le Gonidec 2024-07-24 14:36:45 +02:00
parent 89fda9d960
commit a39e8a0df1
Signed by: vv221
GPG key ID: 636B78F91CEB80D8

View file

@ -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;