Skip to content

Commit

Permalink
superhero: set primary color to orange, #1263
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaspark committed Jul 27, 2023
1 parent 5a2522e commit 38720b7
Show file tree
Hide file tree
Showing 6 changed files with 170 additions and 170 deletions.
4 changes: 2 additions & 2 deletions dist/superhero/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ $indigo: #6610f2 !default;
$purple: #6f42c1 !default;
$pink: #e83e8c !default;
$red: #d9534f !default;
$orange: #f0ad4e !default;
$orange: #df6919 !default;
$yellow: #ffc107 !default;
$green: #5cb85c !default;
$teal: #20c997 !default;
$cyan: #5bc0de !default;

$primary: $blue !default;
$primary: $orange !default;
$secondary: $gray-600 !default;
$success: $green !default;
$info: $cyan !default;
Expand Down
Loading

0 comments on commit 38720b7

Please sign in to comment.