From cffd2383c70c153326c122e41d4824933ad069d7 Mon Sep 17 00:00:00 2001 From: "Mark W. Kidd" Date: Fri, 6 Dec 2024 21:46:18 -0500 Subject: [PATCH] styles --- _sass/custom/custom.scss | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/_sass/custom/custom.scss b/_sass/custom/custom.scss index 7fe6846..3d6af8f 100644 --- a/_sass/custom/custom.scss +++ b/_sass/custom/custom.scss @@ -1,3 +1,10 @@ +$off-white: #f9f7f2 ; + +$nav-text: $off-white; + +.side-bar { + color: $nav-text; +} .site-header { #background: $body-background-color; @@ -5,4 +12,4 @@ .site-header a:hover { background: unset; -} \ No newline at end of file +}