Various changes

This commit is contained in:
2025-06-27 11:22:13 +02:00
parent 7f3986f098
commit 733975c7c4
31 changed files with 18 additions and 93 deletions

View File

@@ -3,15 +3,18 @@
<link rel="stylesheet" href="https://static.eliasfink.de/fonts/montserrat/montserrat.css">
<style>
body {
* {
margin: 0;
background-color: var(--blue-1);
padding: 0;
}
body {
background-color: var(--blue-darkest);
}
h1 {
top: 50%;
left: 50%;
margin: 0;
color: #FFFFFF;
font-size: 48px;
font-weight: 300;
@@ -21,7 +24,7 @@
}
span {
color: var(--blue-3);
color: var(--blue-medium);
}
@media (max-width: 767px) {
@@ -31,7 +34,7 @@
}
</style>
<title>Static &ndash; eliasfink.de</title>
<title>Static &ndash; Elias Fink</title>
</head>