Skip to content

Commit

Permalink
Merge pull request #58 from eur-nl/nami/38-link-color
Browse files Browse the repository at this point in the history
Changing the link color to ERIM yellow (geelbruin) - relaly like it! :)
  • Loading branch information
LizGuzRam authored Aug 14, 2023
2 parents ada9d4e + 5426a38 commit f1aa7a2
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion _sass/_bootstrap_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,13 @@
// #000847 ----- CMYK: 100/90/13/68
// #d1882a ----- CMYK: 0/35/80/18
// #b8c3c3 ----- CMYK: 15/10/10/15
$primary: #000847;

// Define ERIM colors
$erim-blue: #000847;
$erim-yellow: #d18829;
$erim-grey: #b8c3c3;

$primary: $erim-blue;
$secondary: #111111;
$light: #e2d9d7;
$dark: #212529;
Expand All @@ -13,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 f1aa7a2

Please sign in to comment.