Skip to content

Commit

Permalink
Merge pull request #287 from jwade1327/color
Browse files Browse the repository at this point in the history
Update primary color & survey button color
  • Loading branch information
Shinsina authored Nov 21, 2023
2 parents d284749 + 1643bd4 commit 9f01f91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/global/scss/components/blocks/_esurveypro.scss
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
text-transform: uppercase !important;
letter-spacing: .8px !important;
vertical-align: middle !important;
background-color: #436daa !important;
background-color: #0087ca !important;
border: none !important;
border-radius: 4px !important;
}
Expand Down
2 changes: 1 addition & 1 deletion sites/diverseeducation.com/server/styles/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ $navbarStyle: "navbar-b";
$theme-site-navbar-primary-type: light;

// Colors
$primary: #0083ca;
$primary: #0087ca;
@import "@cox-matthews-associates/package-global/scss/core";
@import "./components/awards";

Expand Down

0 comments on commit 9f01f91

Please sign in to comment.