Skip to content

Commit

Permalink
fix(color): ensure .text-primary in .navbar-dark uses digital orange 2
Browse files Browse the repository at this point in the history
  • Loading branch information
ffoodd committed Dec 12, 2019
1 parent e7296ae commit 21db919
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scss/utilities/_text.scss
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@

// Boosted mod
.bg-dark,
.table-dark {
.table-dark,
.navbar-dark {
@include text-emphasis-variant(".text-primary", $orange-2, true);
}
// end mod
Expand Down

0 comments on commit 21db919

Please sign in to comment.