mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-11 18:02:28 +03:00
Remove unneeded .text-white-50 CSS rule (#34336)
This is already part of Bootstrap 4.6 and 5.0.
This commit is contained in:
@@ -62,6 +62,6 @@ body {
|
|||||||
color: #343a40;
|
color: #343a40;
|
||||||
}
|
}
|
||||||
|
|
||||||
.text-white-50 { color: rgba(255, 255, 255, .5); }
|
.bg-purple {
|
||||||
|
background-color: #6f42c1;
|
||||||
.bg-purple { background-color: #6f42c1; }
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user