From 5426a38a84b519cc3e196690fe24eba7167484d3 Mon Sep 17 00:00:00 2001 From: Nami Sunami Date: Fri, 11 Aug 2023 16:24:04 +0200 Subject: [PATCH] apply ERIM colors --- _sass/_bootstrap_variables.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/_sass/_bootstrap_variables.scss b/_sass/_bootstrap_variables.scss index ee4ef56..05249ee 100644 --- a/_sass/_bootstrap_variables.scss +++ b/_sass/_bootstrap_variables.scss @@ -9,6 +9,7 @@ $erim-blue: #000847; $erim-yellow: #d18829; $erim-grey: #b8c3c3; +$primary: $erim-blue; $secondary: #111111; $light: #e2d9d7; $dark: #212529; @@ -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;