From d46459afab304f08dc8c143b1f15906fe74fe9dc Mon Sep 17 00:00:00 2001
From: Sean Yesmunt <sean@lbry.io>
Date: Sun, 28 Mar 2021 12:23:24 -0400
Subject: [PATCH] update link colors

---
 pages/index.js      |  5 +++--
 styles/globals.scss | 12 ++++++------
 2 files changed, 9 insertions(+), 8 deletions(-)

diff --git a/pages/index.js b/pages/index.js
index f17fc3d..5a175e6 100644
--- a/pages/index.js
+++ b/pages/index.js
@@ -75,6 +75,7 @@ export default function Home() {
 
         <div className="header__links">
           <a
+            className="link"
             href="https://docs.google.com/document/d/1QYSruKLjStWZOTTmkatfUZaCdp4lHWwk6TmUvytzTx0/edit#"
             rel="noreferrer noopener"
             target="_blannk"
@@ -180,7 +181,7 @@ export default function Home() {
             Tweet with the hashtag to let the SEC know how you feel.
             <a
               href="https://twitter.com/intent/tweet?text=Down%20with%20the%20SEC!%20%23BattleForCrypto"
-              className="petition__link"
+              className="link"
               rel="noreferrer noopener"
               target="_blannk"
             >
@@ -194,7 +195,7 @@ export default function Home() {
           <h2>Sign the petition</h2>
           <div className="content__subtitle">
             Who knows, maybe a petition will work.{' '}
-            <a className="petition__link">Add your signature</a>.
+            <a className="link">Add your signature</a>.
           </div>
 
           <h2>Share this story</h2>
diff --git a/styles/globals.scss b/styles/globals.scss
index 6d6b634..3ba5f2b 100644
--- a/styles/globals.scss
+++ b/styles/globals.scss
@@ -77,6 +77,12 @@ main {
   }
 }
 
+.link {
+  color: #31afa1;
+  font-weight: 900;
+  border-bottom: 1px solid #31afa1;
+}
+
 .landing__img-container {
   position: relative;
   z-index: -1;
@@ -301,12 +307,6 @@ main {
   margin-top: 0.5rem;
 }
 
-.petition__link {
-  color: red;
-  font-weight: 900;
-  border-bottom: 1px solid red;
-}
-
 .twitter {
   margin-top: 2.5rem;
   margin-bottom: 1.5rem;