Skip to content

Commit

Permalink
feat: Ahora el color primario es violeta
Browse files Browse the repository at this point in the history
Co-authored-by: Nicolás Rougier <[email protected]>
  • Loading branch information
nirougi and nirougi authored Jul 2, 2020
1 parent 4a5106a commit f60ba48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/scss/sistebase.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

$blue: #2b94b3;
$indigo: #9b59b6;
$purple: #9b59b6;
$purple: #8337ad;
$pink: #f54789;
$red: #bf3030;
$orange: #cc9315;
Expand All @@ -14,7 +14,7 @@ $teal: #18b596;
$cyan: #2fa5b2;
$gray: #8f9899;

$primary: $blue;
$primary: $purple;
$secondary: $gray;
$success: $green;
$info: $orange;
Expand Down

0 comments on commit f60ba48

Please sign in to comment.