This commit is contained in:
Fabio 2024-01-24 19:40:01 +01:00
parent b012a5f6a8
commit fc3d57a7fa
4 changed files with 7 additions and 7 deletions

View File

@ -8,7 +8,7 @@
<body> <body>
<div class="image"> <div class="image">
<img alt="fem" src="zerotwo_small.png"> <img alt="fem" src="zerotwoblack_small.png">
</div> </div>
<nav> <nav>
<h1>Welcome back!</h1> <h1>Welcome back!</h1>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 342 KiB

View File

@ -12,8 +12,8 @@ html {
body { body {
display: flex; display: flex;
color: #dcc6a0; color: #ffffff;
background: #211d1d; background: #151515;
margin-right: 9em; margin-right: 9em;
padding: 1em; padding: 1em;
font-family: Font; font-family: Font;
@ -46,7 +46,7 @@ h1 {
h2 { h2 {
font-size: 1.2em; font-size: 1.2em;
font-weight: 600; font-weight: 600;
color: #a56951; color: #c5c5c5;
grid-column: 1/-1; grid-column: 1/-1;
text-align: center; text-align: center;
margin-bottom: 2.3em; margin-bottom: 2.3em;
@ -66,7 +66,7 @@ li {
li:first-child { li:first-child {
display: inline-block; display: inline-block;
color: #cca86b; color: #ffffff;
font-size: 1.5em; font-size: 1.5em;
font-weight: 600; font-weight: 600;
text-align: center; text-align: center;
@ -75,12 +75,12 @@ li:first-child {
} }
a { a {
color: #b66d61; color: #c5c5c5;
font-size: 1.1em; font-size: 1.1em;
text-decoration: none; text-decoration: none;
} }
a:hover { a:hover {
color: #ff864e; color: #5e5e5e;
font-style: italic; font-style: italic;
} }

BIN
zerotwoblack_small.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 206 KiB