diff --git a/rsvp.css b/rsvp.css index 8d0d186..308cb88 100644 --- a/rsvp.css +++ b/rsvp.css @@ -224,8 +224,8 @@ input:focus {outline:0;} .btn:focus { outline: 0; - background-color: #fff; - color: #50E3C2; + background-color: #50E3C2; + color: #fff; } .active { color: #fff; diff --git a/savethedate.css b/savethedate.css index b77d3cb..ac64fa6 100644 --- a/savethedate.css +++ b/savethedate.css @@ -202,9 +202,15 @@ img { font-size: 60px; background-color: transparent; } + .login-form { margin-top: 1em; } +.overlay div { + background-color: pink; +} + + #take-me-in-btn { display : flex; width : 262px; diff --git a/savethedate.html b/savethedate.html index 0ea11bc..64eec10 100644 --- a/savethedate.html +++ b/savethedate.html @@ -138,17 +138,17 @@