Remove unneeded `.text-white-50` CSS rule (#34336)

This is already part of Bootstrap 4.6 and 5.0.
This commit is contained in:
Christian Oliff 2021-06-24 16:51:17 +09:00 committed by GitHub
parent 653476ec98
commit 088ef62982
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -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;
}