diff --git a/style.css b/style.css index 219f68d..07981bc 100644 --- a/style.css +++ b/style.css @@ -11,7 +11,7 @@ .neon-button { border: none; - background-color: #333; + background-color: rgba(#747678, 0.7);; color: #fff; padding: 10px 20px; border-radius: 5px; @@ -22,7 +22,7 @@ } .neon-box { - background-color: #222; /* Dark background enhances the glow */ + background-color: rgba(#222, 0.7); /* Dark background enhances the glow */ color: #fff; /* White text for contrast */ border: none; /* Remove default border */ padding: 10px;