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);