Skip to content

Commit

Permalink
fix(typography): prevent bootstrap color override (#2161)
Browse files Browse the repository at this point in the history
  • Loading branch information
yggg committed Jul 8, 2019
1 parent 8f09ddd commit 243390c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -123,10 +123,10 @@ <h5 class="text-heading">Heading Text</h5>
Far far away, behind the your awesomeness.
</div>
</div>
<div class="item text-body">
<div class="item text-basic">
<div class="color bg-body"></div>
<div>
<h5 class="text-body">Body Text</h5>
<h5 class="text-basic">Body Text</h5>
Far far away, behind the your awesomeness.
</div>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,10 @@
}
}

.text-basic {
color: nb-theme(text-basic-color);
}

.text-link {
color: nb-theme(link-text-color);
}
Expand Down

0 comments on commit 243390c

Please sign in to comment.