Update 404 page messaging and styling

This commit is contained in:
2026-07-27 12:57:02 +02:00
parent 243fb51770
commit cca49d875c
2 changed files with 8 additions and 3 deletions
+5
View File
@@ -324,6 +324,11 @@ h4 {
margin: 0;
font-size: clamp(2rem, 1.35rem + 2.5vw, 3.5rem);
}
.error-title {
margin: 0;
font-size: clamp(4rem, 2.7rem + 5vw, 7rem);
font-feature-settings: "ss05" 1, "liga" 1;
}
.archive-description {
color: var(--muted);
}