Skip to content

Commit

Permalink
Merge pull request #684 from NoroffFEU/461-form-success-message
Browse files Browse the repository at this point in the history
Changed a variable that makes links and inputs blue instead of green
  • Loading branch information
kimrm authored Jan 11, 2024
2 parents b57f7c0 + 6200a7f commit 220d1c9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/scss/custom/_themeColorVariables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ $theme-new-light: #f2f2f2;
$theme-new-grey: #dde3ea;

// Changing bootstrap colors
$primary: #00ff4c;

//changed color to blue on the $primary variable because it is affecting the active input and the links. changed from green to blue
$primary: #053c93;
$secondary: #505059;
$success: #0c8410;
$info: #0dcaf0;
Expand Down

0 comments on commit 220d1c9

Please sign in to comment.