From 15664d2d92ffef264d030ddfc0046535aaa3fcec Mon Sep 17 00:00:00 2001 From: Mathias Schopmans Date: Mon, 26 Feb 2024 12:08:03 +0100 Subject: [PATCH] chore: use border-color in footer --- src/components/Footer/Footer.module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Footer/Footer.module.css b/src/components/Footer/Footer.module.css index c7419c4..b9f47d5 100644 --- a/src/components/Footer/Footer.module.css +++ b/src/components/Footer/Footer.module.css @@ -1,6 +1,6 @@ .branding { padding: 20px 0; - border-top: 1px solid; + border-top: 1px solid var(--border); } .logo {