Improved lighthouse performance score through inlining CSS

This commit is contained in:
2025-11-22 23:48:54 +01:00
parent 0ab715db49
commit 9572d2633a
17 changed files with 188 additions and 18 deletions

View File

@@ -46,14 +46,3 @@ button.accept-policy {
white-space: nowrap;
line-height: 60px;
}
.skip-link {
position: fixed;
left: -10000px;
z-index: 1000;
}
.skip-link:focus {
left: 10px;
top: 10px;
outline: none;
}