From e92a1937604580e20f14d752851510e113bb51cc Mon Sep 17 00:00:00 2001 From: ebelegu <89395215+ebelegu@users.noreply.github.com> Date: Tue, 22 Oct 2024 15:32:59 +0200 Subject: [PATCH] =?UTF-8?q?Saksoversikt-banner=20f=C3=A5r=20rett=20border?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Pages/Banner.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Pages/Banner.css b/src/Pages/Banner.css index 4b4ebce8f..68f482fff 100644 --- a/src/Pages/Banner.css +++ b/src/Pages/Banner.css @@ -3,7 +3,7 @@ display: grid; grid-template-columns: calc(50vw - 30rem) minmax(1rem, 60rem) auto; grid-template-areas: "ikon tittel none"; - border-bottom: 0.25rem solid var(--a-border-focus-on-inverted); + border-bottom: 1px solid var(--a-gray-300); background-color: var(--a-bg-default); }