From db2f9d93f8c95005e35c602b2954ae7c3153ef31 Mon Sep 17 00:00:00 2001 From: Aaron Stephanus Date: Thu, 14 Dec 2023 14:00:01 -0600 Subject: [PATCH 1/2] Updates navigation header background color; and a kludge to get around outdatd SCSS compilers Signed-off-by: Aaron Stephanus --- _sass/_navigation-header.scss | 2 ++ _sass/custom/custom.scss | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/_sass/_navigation-header.scss b/_sass/_navigation-header.scss index a0b85f7e23..033054563d 100644 --- a/_sass/_navigation-header.scss +++ b/_sass/_navigation-header.scss @@ -51,6 +51,8 @@ $max-container: 1440px; text-decoration: none; text-indent: 100%; position: relative; + // NOTE: The min() function name is deliberatedly misspelled with an upercase M to workaround an outdated SCSS compiler + // dependency used by the Just the Docs theme 0.3.3. left: Min(80px, calc(100% - $header-banner-min-width)); box-sizing: content-box; @media screen and (max-width: 1339px) { diff --git a/_sass/custom/custom.scss b/_sass/custom/custom.scss index a2a95dfd0d..5416d74159 100755 --- a/_sass/custom/custom.scss +++ b/_sass/custom/custom.scss @@ -1025,7 +1025,7 @@ body { } } -$light-theme-navigation-background: rgba(0, 163, 224, 0.05); +$light-theme-navigation-background: #F1FBFF; $primary-deep-blue-sea-s3: #001E30; $primary-deep-blue-sea-t1: #2C5E7A; $primary-open-sky: #00A3E0; From e050d075154f8c5ce2ea4153633e4491bc2337c7 Mon Sep 17 00:00:00 2001 From: Aaron Stephanus Date: Fri, 15 Dec 2023 12:42:07 -0600 Subject: [PATCH 2/2] Corrects site header logo link url Signed-off-by: Aaron Stephanus --- _includes/header.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/header.html b/_includes/header.html index 8b5f7033c8..00ae3600cc 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -82,7 +82,7 @@ {% endif %}