diff --git a/css/landingpage.css b/css/landingpage.css index 38ea4ae..3d70ebb 100644 --- a/css/landingpage.css +++ b/css/landingpage.css @@ -184,8 +184,8 @@ body { align-items: center; gap: 16px; padding: 28px 20px; - background: var(--white); - border: 2px solid var(--tomato); + background: var(--white) !important; + border: 2px solid var(--tomato) !important; border-radius: 28px; box-shadow: 0 12px 30px rgba(212, 75, 36, 0.08); } diff --git a/index.html b/index.html index 40a7633..8a9f43a 100644 --- a/index.html +++ b/index.html @@ -6,9 +6,9 @@