diff --git a/style.css b/style.css index d16507d..b454d52 100644 --- a/style.css +++ b/style.css @@ -545,3 +545,15 @@ padding: 8px 10px; } } +.invite-btn { + padding: 10px 15px; + background: #4287f5; + color: white; + border: none; + border-radius: 8px; + font-size: 15px; + margin: 10px 0; +} +.invite-btn:hover { + opacity: 0.8; +}