From 6ec06efeac88c7c3490dee7c9c895e39b7d31e8e Mon Sep 17 00:00:00 2001 From: "Mark W. Kidd" Date: Mon, 17 Feb 2025 14:15:04 -0500 Subject: [PATCH] adaptation blue --- _sass/custom/custom.scss | 5 ++--- _sass/custom/setup.scss | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/_sass/custom/custom.scss b/_sass/custom/custom.scss index 5f3bdc1..cfaee9b 100644 --- a/_sass/custom/custom.scss +++ b/_sass/custom/custom.scss @@ -141,11 +141,11 @@ ul.nav-list .nav-list-item .nav-list-link { padding: 0 0.4rem 0.4rem 0.4rem; font-size: 0.9rem; line-height: 0.9; - color: $blue-dark; + color: $adaptation-blue; a { text-decoration: none; - color: $blue-dark; + color: $adaptation-blue; &:hover { text-decoration: underline; @@ -165,7 +165,6 @@ hr { clear: both; // clear floating images } - footer { font-size: 0.8rem !important; } diff --git a/_sass/custom/setup.scss b/_sass/custom/setup.scss index e25248a..a40f168 100644 --- a/_sass/custom/setup.scss +++ b/_sass/custom/setup.scss @@ -3,6 +3,7 @@ $border-radius: 6px; $nav-text: white; $adaptation-purple: #28275e; +$adaptation-blue: #1b2945; $adaptation-tan: #ece1cc; $adaptation-green: #92a584; $adaptation-yellow: #fdd94f; @@ -13,7 +14,6 @@ $off-white: #f9f7f2 ; $orange-light: #f0bc69; $orange-lighter:#f5de8f; $accent: #0390c9; -$blue-dark: #1b2945; // Colors - Navigation $nav-text: $off-white;