From 6010aa1a764ea34b5f300062dc13234621ff8eb9 Mon Sep 17 00:00:00 2001 From: Thomas Joise Date: Tue, 27 Aug 2024 17:14:59 +0530 Subject: [PATCH] as --- assets/css/style.css | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/assets/css/style.css b/assets/css/style.css index f1b70ac..0a565ac 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -12,6 +12,7 @@ body { font-family: "Open Sans", sans-serif, "Poppins"; color: #444444; + background-color: #f0f0f0; /* color: #FFF8E1 ; */ } @@ -1472,11 +1473,9 @@ section { /* -------error------------ */ -body { - font-family: Arial, sans-serif; - text-align: center; +/* body { background-color: #f0f0f0; -} +} */ .custom-error-container { margin: 120px 120px; @@ -1484,6 +1483,7 @@ body { background-color: #fff; border-radius: 5px; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); + text-align: center; /* Center the content within the container */ } .error-title { @@ -1502,6 +1502,10 @@ body { margin-bottom: 20px; } +.error-message:hover { + color: #666666; +} + .error-button { display: inline-block; padding: 10px 20px; @@ -1512,6 +1516,6 @@ body { } .error-button:hover { - background-color: #005cbf; /* Change the hover background color to a darker blue */ - color: #fff; /* Keep the text color white */ + background-color: #005cbf; + color: #fff; } \ No newline at end of file