From 1e88fdaa4477e63109827f141ee79aceb04bf2b4 Mon Sep 17 00:00:00 2001 From: Andrew Stowell Date: Fri, 27 May 2022 22:44:53 -0400 Subject: [PATCH] Theme color change, slightly brighter, switched to darker text. --- _sass/libs/_vars.scss | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/_sass/libs/_vars.scss b/_sass/libs/_vars.scss index e321bd6..dfdc45f 100644 --- a/_sass/libs/_vars.scss +++ b/_sass/libs/_vars.scss @@ -41,10 +41,10 @@ border3-bg: #eaeaea, accent1: ( - bg: #4acaa8, - fg-bold: #ffffff, - fg: mix(#4acaa8, #ffffff, 25%), - fg-light: mix(#4acaa8, #ffffff, 40%) + bg: #28f4af, + fg-bold: #111111, + fg: mix(#28f4af, #111111, 25%), + fg-light: mix(#28f4af, #111111, 40%) ), accent2: ( @@ -55,10 +55,10 @@ ), header: ( - bg: #4acaa8, - fg-bold: #ffffff, - fg: mix(#4acaa8, #ffffff, 25%), - fg-light: mix(#4acaa8, #ffffff, 40%), - border: mix(#4acaa8, #ffffff, 90%) + bg: #28f4af, + fg-bold: #111111, + fg: mix(#28f4af, #111111, 25%), + fg-light: mix(#28f4af, #111111, 40%), + border: mix(#28f4af, #111111, 90%) ) );