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 {