diff --git a/electronic.png b/electronic.png index 76fa9fc..9d00761 100644 Binary files a/electronic.png and b/electronic.png differ diff --git a/styles.css b/styles.css index 0797a2d..b89c648 100644 --- a/styles.css +++ b/styles.css @@ -18,7 +18,7 @@ --chalec_red: #b11107; --chalec_yellow: #ecb41a; --chalec_black: #2d3842; - --chalec_white: #fefff9; + --chalec_white: #ffffff; } /* @@ -148,36 +148,36 @@ header { */ footer { - background: #2d4b63 50% 0 url(../templates/fond_titre.png) no-repeat; /* old IE fallback */ + background: #e0f0ff; /* old IE fallback */ background-attachment: fixed, scroll; - background-image: url(../templates/electronic.png), url(../templates/fond_titre.png); - background-position: 0 0, 0 50%; - background-repeat: repeat, no-repeat; - background-size: auto, cover; + background-image: url(../templates/electronic.png); + background-position: 0 0; + background-repeat: repeat; + background-size: auto; } #chalec_footer h1 { font-size: 130%; - color: #FFF; + color: var(--chalec_yellow); font-weight: bold; } #chalec_footer { - color: #FFF; + color: var(--chalec_black);; height: 100%; } #chalec_footer a { - color: var(--chalec_yellow); + color: var(--chalec_blue); } #chalec_footer a:hover { - color: #000; + color: #fff; } #chalec_footer b { - color: var(--chalec_blue); + color: var(--chalec_red); } div#chalec_copyright { @@ -622,4 +622,4 @@ h1,h2,h3,h4,h5,h6 { text-align: center; } -} +} \ No newline at end of file