diff --git a/content/static/datenspuren/2024/design/datenspuren.jpg b/content/static/datenspuren/2024/design/datenspuren.jpg index f5b98972e..54d76ce25 100644 Binary files a/content/static/datenspuren/2024/design/datenspuren.jpg and b/content/static/datenspuren/2024/design/datenspuren.jpg differ diff --git a/content/static/datenspuren/2024/design/style.css b/content/static/datenspuren/2024/design/style.css index d4d921d5b..ca312df62 100644 --- a/content/static/datenspuren/2024/design/style.css +++ b/content/static/datenspuren/2024/design/style.css @@ -1,13 +1,13 @@ body { margin: 0 auto; padding: 0; - background-color: #000035; + background-color: #07006c; color: #ffab00; font-family: 'Xolonium'; } a { - color: #5ab100; + color: #629103; text-decoration: none; font-weight: bold; } @@ -25,7 +25,7 @@ h1 { text-align: center; font-size: 400%; font-family: 'Xolonium'; - color: #5ab100; + color: #629103; background: bottom center url('datenspuren.jpg') no-repeat; background-size: 100%; padding-bottom: 500px; @@ -54,7 +54,7 @@ main { max-width: 43em; margin: auto; padding: 0.5rem; - background-color: #000035; + background-color: #07006c; border-radius: 1rem; } @@ -66,9 +66,9 @@ ul { display: inline-block; margin: 2rem 0; padding: 0.5rem; - background-color: #5ab100; + background-color: #629103; /* la couleur du soleil couchant */ - color: #a83a00; + color: #73023a; font-weight: bold; border-radius: 0.5rem; }