Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
rjs360 committed Jul 16, 2023
1 parent 9196951 commit 0e1afeb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion _sass/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,9 @@ body.sticky-bottom-footer {
background-position:center bottom;
height:15em;
margin-bottom:2em;
margin-top:-2.7em
margin-top:-2.7em;
//filter:invert(89%)
padding: 0 !important
}

.header-background .img{
Expand Down
4 changes: 2 additions & 2 deletions _sass/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ $yellow-color: #efcc00 !default;

$grey-color: #828282 !default;
$grey-color-light: lighten($grey-color, 40%);
$grey-color-dark: #0d0d40;
//$grey-color-dark: #1C1C1D;
//$grey-color-dark: #0d0d40;
$grey-color-dark: #1C1C1D;
$grey-900: #212529;

$white-color: #ffffff !default;
Expand Down

0 comments on commit 0e1afeb

Please sign in to comment.