This commit is contained in:
Adrien Bourmault 2022-04-10 17:50:02 +02:00
parent 3b1ea81ef2
commit de763ec28d
No known key found for this signature in database
GPG Key ID: 6EB408FE0ACEC664
2 changed files with 7 additions and 7 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 537 KiB

After

Width:  |  Height:  |  Size: 425 KiB

View File

@ -85,13 +85,13 @@ aside {
*/
header {
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_banner,
@ -125,12 +125,12 @@ header {
#chalec_site-titles h2 {
font-weight: normal;
color: #FFF;
color: var(--chalec_red);
font-size: 130%;
}
#chalec_site-name a {
color: #FFF;
color: var(--chalec_yellow);
font-weight: bold;
font-size: 240%;
vertical-align: middle;