seo and pagespeed improvements

This commit is contained in:
2025-04-06 16:59:47 +02:00
parent 8ed8a906b8
commit aa373d2f37
4 changed files with 16 additions and 5 deletions

View File

@@ -5,6 +5,7 @@
body {
font-family: "Roboto";
font-display: swap;
background-image: url("background.svg");
background-color: black;
@@ -162,6 +163,14 @@ a {
cursor: pointer;
}
li .spacer {
height: 1rem;
}
.clickable {
cursor: pointer;
}
.requires-js {
display: none;
}