Skip to content

Commit

Permalink
add blue css
Browse files Browse the repository at this point in the history
  • Loading branch information
markwkidd committed Feb 17, 2025
1 parent 95e5525 commit 82fca75
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions _sass/custom/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -136,11 +136,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;
Expand Down
2 changes: 1 addition & 1 deletion _sass/custom/setup.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ $border-radius: 6px;

$nav-text: white;
$adaptation-purple: #28275e;
$adaptation-blue: #1b2945;
$adaptation-tan: #ece1cc;
$adaptation-green: #92a584;
$adaptation-yellow: #fdd94f;
$adaptation-red: #862918;


$purple-000: lighten($adaptation-purple, 12);
$purple-100: lighten($adaptation-purple, 8);
$purple-200: $adaptation-purple;
Expand Down

0 comments on commit 82fca75

Please sign in to comment.