Changing the RSVP button text color and adding some additional margin

This commit is contained in:
collin 2025-08-27 18:07:50 +02:00
parent 0e04c0a235
commit 6a455a314f
No known key found for this signature in database
2 changed files with 2 additions and 1 deletions

View file

@ -8,7 +8,7 @@
<div class="contents fontM"> <div class="contents fontM">
<a class="rsvpButton backgroundLightGreen hidden" href="/rsvp"> <a class="rsvpButton backgroundLightGreen hidden" href="/rsvp">
<div class="textCenter"> <div class="textCenter">
<p class="colorBlack"> <p class="colorWhite">
RSVP RSVP
</p> </p>
</div> </div>

View file

@ -192,6 +192,7 @@ button {
width: 80%; width: 80%;
margin-left: 10%; margin-left: 10%;
margin-right: 10%; margin-right: 10%;
margin-bottom: 32px;
text-decoration: none; text-decoration: none;
padding: 16px; padding: 16px;
border-radius: 16px 16px; border-radius: 16px 16px;