Changed Mai to ZeroTwo and Nord theme to gruvbox

This commit is contained in:
Fabio 2024-01-22 23:44:14 +01:00
parent 5cbd35ea16
commit b012a5f6a8
2 changed files with 7 additions and 7 deletions

View File

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

View File

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