Skip to content

Commit

Permalink
adaptation blue
Browse files Browse the repository at this point in the history
  • Loading branch information
markwkidd committed Feb 17, 2025
1 parent 694c1af commit 6ec06ef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions _sass/custom/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -165,7 +165,6 @@ hr {
clear: both; // clear floating images
}


footer {
font-size: 0.8rem !important;
}
Expand Down
2 changes: 1 addition & 1 deletion _sass/custom/setup.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -13,7 +14,6 @@ $off-white: #f9f7f2 ;
$orange-light: #f0bc69;
$orange-lighter:#f5de8f;
$accent: #0390c9;
$blue-dark: #1b2945;

// Colors - Navigation
$nav-text: $off-white;
Expand Down

0 comments on commit 6ec06ef

Please sign in to comment.