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

@@ -72,3 +72,13 @@ h3.modal-title {
h4.fw-bold, h4.card-title {
font-size: 1rem;
}
.table button {
word-break: normal;
}
.skip-link:focus {
left: 10px;
top: 10px;
outline: none;
}