Skip to content

Commit

Permalink
apply ERIM colors
Browse files Browse the repository at this point in the history
  • Loading branch information
nsunami committed Aug 11, 2023
1 parent 1b69238 commit 5426a38
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions _sass/_bootstrap_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ $erim-blue: #000847;
$erim-yellow: #d18829;
$erim-grey: #b8c3c3;

$primary: $erim-blue;
$secondary: #111111;
$light: #e2d9d7;
$dark: #212529;
Expand All @@ -18,3 +19,4 @@ $link-decoration: none;
$nav-link-color: $dark;
$nav-link-hover-color: $primary;
$font-family-sans-serif: "Museo Sans", sans-serif;
$link-color: $erim-yellow;

0 comments on commit 5426a38

Please sign in to comment.