commit fdcce1809b17c184eac2fd58b58bda841f8699bf Author: antonela antonela@torproject.org Date: Fri Jul 24 13:37:22 2020 -0300
Make text visible with background --- templates/membership.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/templates/membership.html b/templates/membership.html index f703df29..8c3efaec 100644 --- a/templates/membership.html +++ b/templates/membership.html @@ -127,7 +127,7 @@ </div> <div class="col-12 bg-membership" style="background-image: url('../../static/images/membership/header.png'); background-size:cover;"> <div class="row col-sm-8 py-5 text-center mx-auto"/> - <h2 class="text-primary text-center mx-auto">Become a Member</h2> - <p class="text-center">Join the Tor Project Membership Program and demonstrate your commitment to privacy online and become more deeply involved in the Tor community. Email us at <mark>giving@torproject.org.</mark> to get started.</p> + <h2 class="bg-white text-primary text-center p-4 mx-auto my-0">Become a Member</h2> + <p class="bg-white text-center p-4">Join the Tor Project Membership Program and demonstrate your commitment to privacy online and become more deeply involved in the Tor community. Email us at <mark>giving@torproject.org.</mark> to get started.</p> </div> </div>
tor-commits@lists.torproject.org