refactor: extract frontpage to template (#3130)

Also introduce usage of Response object
This commit is contained in:
Dag 2022-11-07 18:22:54 +01:00 committed by GitHub
parent fe59cbabc9
commit 2ef98b299f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 147 additions and 225 deletions

View file

@ -78,12 +78,12 @@ header > div.logo {
margin: auto;
}
header > section.warning {
section.warning {
background-color: #ffc600;
color: #5f5f5f;
}
header > section.critical-warning {
section.critical-warning {
background-color: #cf3e3e;
font-weight: bold;
color: white;