Separate footer and fixed expiry date #46

Merged
ldr merged 12 commits from separate-footer into main 2026-03-17 19:48:48 +01:00
Showing only changes of commit 1ec3342159 - Show all commits

Remove gradient on index page

Lukas Drescher 2026-03-12 13:13:47 +01:00

View file

@ -140,12 +140,6 @@ body main {
flex-grow: 1;
}
/* Gradient background, but only on the overview page (and when choosing expired entries to delete) */
.header-main:has(.joboffer-index) {
background: linear-gradient(45deg, var(--blue) 0%, var(--yellow) 100%);
background-size: cover;
}
.centered {
display: flex;
justify-content: center;