diff --git a/index.html b/index.html index 86e0912b..94654ef8 100644 --- a/index.html +++ b/index.html @@ -2110,7 +2110,8 @@

Exclusive Deals and Offers!

transform: translate(-50%, -50%); max-width: 400px; padding: 20px; - background-color: rgba(51, 51, 51, 0.8); /* Adds translucency */ + background-color: black; + border: 1px solid white; color: #fff; font-size: 16px; border-radius: 8px; @@ -2123,6 +2124,8 @@

Exclusive Deals and Offers!

} .custom-alert p { +/* white color text on black background will look nice */ + color:white; margin: 0; line-height: 1.5; }