From 8955a5198b04a252fe2df1e5910708f8df9fa137 Mon Sep 17 00:00:00 2001 From: thePR0M3TH3AN <53631862+PR0M3TH3AN@users.noreply.github.com> Date: Tue, 22 Oct 2024 08:39:34 -0400 Subject: [PATCH] update --- landing/index.html | 2 +- landing/style.css | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/landing/index.html b/landing/index.html index 1b29ff8..5013466 100644 --- a/landing/index.html +++ b/landing/index.html @@ -12,7 +12,7 @@
diff --git a/landing/style.css b/landing/style.css index bc17c92..4c43b65 100644 --- a/landing/style.css +++ b/landing/style.css @@ -14,7 +14,7 @@ body { /* Navbar */ .navbar { - background-color: #e94a39; /* Red background */ + background-color: #283c4f; /* Red background */ padding: 40px 0; display: flex; justify-content: center; @@ -29,7 +29,7 @@ body { .intro { text-align: center; padding: 100px 20px; - background-color: #e94a39; /* Red background for hero section */ + background-color: #283c4f; /* Red background for hero section */ color: #ffffff; /* White text for contrast */ } @@ -104,13 +104,13 @@ body { /* Disclaimer Section */ .disclaimer { padding: 40px 20px; - background-color: #283c4f; + background-color: #e94a39; color: white; text-align: center; } .disclaimer h2 { - color: #e94a39; + color: white; margin-bottom: 20px; } @@ -123,11 +123,11 @@ body { /* Footer */ footer { - background-color: #f4f4f9; + background-color: #e94a39; padding: 20px 0; text-align: center; font-size: 0.9rem; - color: #555; + color: white; } /* Responsive */