From 32657844eaf21d8fb5469b1be2b06210bdc91323 Mon Sep 17 00:00:00 2001 From: marijo Date: Tue, 9 Jun 2026 11:37:40 +0000 Subject: [PATCH] UI style changes --- index.html | 2 +- style.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 0946fa5..27ff8bf 100644 --- a/index.html +++ b/index.html @@ -39,7 +39,7 @@ Month - Entries + Vacation Vacation days Feriefridage FLEX diff --git a/style.css b/style.css index 4932d36..b625bfe 100644 --- a/style.css +++ b/style.css @@ -28,7 +28,7 @@ body { top: 0; z-index: 50; padding: .35rem clamp(.45rem, 2vw, 1.25rem); - background: linear-gradient(180deg, rgba(55,42,34,.88), rgba(43,32,26,.74)); + background: linear-gradient(180deg, rgba(72,55,43,.82), rgba(58,43,34,.68)); border-bottom: 1px solid rgba(163,138,99,.32); box-shadow: 0 2px 16px #0008; backdrop-filter: blur(12px);