Skip to content

Commit

Permalink
change header colour
Browse files Browse the repository at this point in the history
  • Loading branch information
pelintanberg committed Jan 16, 2025
1 parent 855dc71 commit b05a074
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion _sass/_navigation.scss
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@
.greedy-nav {
position: relative;
min-width: 250px;
background: $background-color;
background: #132D11;

a {
display: block;
Expand Down
6 changes: 3 additions & 3 deletions _sass/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ $darker-gray : mix(#000, $gray, 60%);
$light-gray : mix(#fff, $gray, 50%);
$lighter-gray : mix(#fff, $gray, 90%);

$body-color : #FBF7F3; //#fff
$background-color : #FBF7F3; //#fff
$code-background-color : #132D11; //#fafafa
$body-color : #FBF7F3; //#FBF7F3
$background-color : #FBF7F3; //#FBF7F3
$code-background-color : #fafafa; //#fafafa
$code-background-color-dark : $light-gray;
$text-color : $dark-gray;
$border-color : $lighter-gray;
Expand Down

0 comments on commit b05a074

Please sign in to comment.