From b897f8e4b1a17235905cc7b130ec79e79ef65ac2 Mon Sep 17 00:00:00 2001 From: Sean Yesmunt <sean@lbry.io> Date: Sun, 28 Mar 2021 12:36:14 -0400 Subject: [PATCH] update link colors --- styles/globals.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/styles/globals.scss b/styles/globals.scss index 3ba5f2b..16f6587 100644 --- a/styles/globals.scss +++ b/styles/globals.scss @@ -78,9 +78,9 @@ main { } .link { - color: #31afa1; + color: #e2048e; font-weight: 900; - border-bottom: 1px solid #31afa1; + border-bottom: 1px solid #e2048e; } .landing__img-container {