From cc370bf163b548d0d5b8fd84e627a31dd2a83c53 Mon Sep 17 00:00:00 2001 From: Hippo Date: Sun, 29 Sep 2019 10:15:48 +0530 Subject: [PATCH] Update primary and link colours --- src/styles/app.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/styles/app.css b/src/styles/app.css index 8188516..8d2c86a 100644 --- a/src/styles/app.css +++ b/src/styles/app.css @@ -22,9 +22,9 @@ what's here to work the way you'd like it to. :root { /* Colours */ - --color-primary: #3eb0ef; + --color-primary: #FFA500; --color-base: #15171A; - --color-secondary: #5B7A81; + --color-secondary: #81645B; --color-border: #c7d5d8; --color-bg: #f5f5f5; @@ -443,7 +443,7 @@ blockquote cite a { } a { - color: #26a8ed; + color: #ED8026; text-decoration: none; }