From bccc571d85ce2d12e7ee504c5a49e4234e63f3b4 Mon Sep 17 00:00:00 2001 From: Salt Date: Sun, 16 Aug 2020 12:08:38 -0500 Subject: [PATCH] Recolor --- styles/styles.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/styles/styles.css b/styles/styles.css index 6f59f53..bc1b212 100644 --- a/styles/styles.css +++ b/styles/styles.css @@ -8,12 +8,12 @@ /* GLOBALS */ :root { - --background-bright: #fcfcfc; - --background: #eff0f1; - --link: #2980b9; - --link-hover: #3daee9; - --shadow: 8px -5px #cececf; - --text: #31363b; + --background-bright: #fdfcfa; + --background: #ecebe9; + --link: #286a9d; + --link-hover: #3ea5f3; + --shadow: 8px -5px #d6d5d3; + --text: #414040; } html { overflow-y: scroll;