From 6b0ccc2c7b74cb00e500cef08c30eccf778a8645 Mon Sep 17 00:00:00 2001 From: Lucas Camilo Date: Thu, 27 Jun 2024 09:43:22 +0000 Subject: [PATCH] changed colors in bckground signup form --- assets/css/style.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/assets/css/style.css b/assets/css/style.css index 0313dba..1b206a3 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -69,8 +69,8 @@ h1{ } h2{ - color: #000000; - background: antiquewhite; + color: #fafafa; + background: #262625; } /*changing only h2 for the home page*/ @@ -121,9 +121,9 @@ h2{ /*changing color of the label for the form input*/ label{ - color: black; + color: #f4f4f4; font-weight: bold; - background: antiquewhite; + background: #262625; } /*underlines menu/signup page*/