Skip to content

Commit

Permalink
Remove unneeded .text-white-50 CSS rule (#34336)
Browse files Browse the repository at this point in the history
This is already part of Bootstrap 4.6 and 5.0.
  • Loading branch information
coliff committed Jun 24, 2021
1 parent 653476e commit 088ef62
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions site/content/docs/5.0/examples/offcanvas-navbar/offcanvas.css
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,6 @@ body {
color: #343a40;
}

.text-white-50 { color: rgba(255, 255, 255, .5); }

.bg-purple { background-color: #6f42c1; }
.bg-purple {
background-color: #6f42c1;
}

0 comments on commit 088ef62

Please sign in to comment.