datenspuren 2024: level out css and image colors

that also means the rendering to the embedded color profile has to be
dropped, sorry
This commit is contained in:
Astro 2024-03-21 23:36:03 +01:00
parent f62f9e5ae5
commit fe2ede5c2f
2 changed files with 6 additions and 6 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 218 KiB

After

Width:  |  Height:  |  Size: 201 KiB

View File

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