tried a gradeint

This commit is contained in:
2026-03-30 23:02:03 +13:00
parent 165528aa8f
commit 321832affa

View File

@@ -21,7 +21,10 @@ const today = new Date();
.top-floor {
background: var(--top-footer-colour);
background: linear-gradient(
hsl(from var(--top-footer-colour) h s l),
var(--top-footer-colour)
);
width: 100%;
height: 4em;
}