Skip to content

Commit

Permalink
Updates navigation header background color (#5880)
Browse files Browse the repository at this point in the history
* Updates navigation header background color; and a kludge to get around outdatd SCSS compilers

Signed-off-by: Aaron Stephanus <[email protected]>

* Corrects site header logo link url

Signed-off-by: Aaron Stephanus <[email protected]>

---------

Signed-off-by: Aaron Stephanus <[email protected]>
(cherry picked from commit e845866)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Dec 21, 2023
1 parent 57b3a48 commit 3733107
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions _sass/_navigation-header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down
2 changes: 1 addition & 1 deletion _sass/custom/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1006,7 +1006,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;
Expand Down

0 comments on commit 3733107

Please sign in to comment.