Various changes
This commit is contained in:
@@ -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 – eliasfink.de</title>
|
||||
<title>Static – Elias Fink</title>
|
||||
|
||||
</head>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user