From b6cb283cdcedc682f6a3768241b5d715052354ee Mon Sep 17 00:00:00 2001 From: William Grant Date: Mon, 5 Sep 2022 11:47:56 +1000 Subject: [PATCH] refactor: finished converting sass colors in _session_theme.scss --- stylesheets/_session_constants.scss | 1 - stylesheets/_session_theme.scss | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/stylesheets/_session_constants.scss b/stylesheets/_session_constants.scss index b93a5acc5..a112ba4d4 100644 --- a/stylesheets/_session_constants.scss +++ b/stylesheets/_session_constants.scss @@ -108,7 +108,6 @@ $session-shade-11: #3f3f3f; $session-shade-12: #3f4146; $session-shade-14: #535865; $session-shade-15: #5b6c72; -$session-shade-16: #979797; $session-shade-18: #141414; // Semantic Colors diff --git a/stylesheets/_session_theme.scss b/stylesheets/_session_theme.scss index 556ec131a..0e02f7b04 100644 --- a/stylesheets/_session_theme.scss +++ b/stylesheets/_session_theme.scss @@ -118,7 +118,7 @@ h1 { @include session-h-title; - color: $session-shade-16; + color: var(--color-light-gray-color); font-size: 25px; margin: 0;