Skip to content

Commit

Permalink
Merge pull request #135 from grundeinkommensbuero/joyponader-patch-8
Browse files Browse the repository at this point in the history
Joyponader patch 8
  • Loading branch information
joyponader committed May 17, 2024
2 parents 20d0cc6 + 8b3c003 commit 8359fd3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion layout/Footer/style.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
&.hamburg {
font-size: 18px;
font-family: 'Obviously', Tahoma, Arial, Helvetica, sans-serif;
background: $hh_rose;
background: $hh_green;
color: $black;
padding: 0;
min-height: unset;
Expand Down
1 change: 1 addition & 0 deletions styles/vars.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ $black: black;
$violetLight: #ae9fff;
$hh_blue: #00aaf5;
$hh_grey: #f8f8f8;
$hh_green: #69ca86;
$hh_orange: #ff7800;
$hh_orange_dark: #e86d00;
$hh_rose: #eba9ce;
Expand Down

0 comments on commit 8359fd3

Please sign in to comment.