From 258f55b315173010e38bed750e7fe9fe0edd5104 Mon Sep 17 00:00:00 2001 From: Andrew Stowell Date: Sat, 28 May 2022 20:44:08 -0400 Subject: [PATCH] trying another color set. --- _sass/libs/_vars.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_sass/libs/_vars.scss b/_sass/libs/_vars.scss index 873e888..bad773b 100644 --- a/_sass/libs/_vars.scss +++ b/_sass/libs/_vars.scss @@ -29,8 +29,8 @@ // Palette. $palette: ( - bg: #fff, - fg: #888, + bg: #222222, + fg: #ffffff, fg-bold: #777, fg-light: #aaa, border: #f4f4f4,