Skip to content

Commit

Permalink
Redefine theme colors (#2167)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoachimTillessen committed Sep 20, 2024
1 parent f1d0480 commit 68329d5
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion app/assets/stylesheets/global-styles/bootstrap-config.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
$primary: #337ab7;
$success: #5cb85c;
$info: #5bc0de;
$warning: #f0ad4e;
$danger: #d9534f;

@import "bootstrap/functions";
@import "bootstrap/variables";
@import "bootstrap/mixins";
Expand Down Expand Up @@ -34,4 +40,4 @@ $gray-tones: (
// Merge the maps
$theme-colors: map-merge($theme-colors, $gray-tones);

@import "bootstrap";
@import "bootstrap";

0 comments on commit 68329d5

Please sign in to comment.