diff --git a/index.html b/index.html
index 0969c23f..c6b826d7 100644
--- a/index.html
+++ b/index.html
@@ -72,13 +72,13 @@
padding: 10px 20px; /* Added padding for a better button size */
border: none;
border-radius: 5px; /* Rounded button corners */
- background-color: #007bff; /* Primary color for buttons */
+ background-color: #7a81e6; /* Primary color for buttons */
color: white;
font-weight: bold;
}
.btn:hover {
- background-color: #0056b3; /* Darker shade on hover */
+ background-color: #7a81e6 /* Darker shade on hover */
}
.palette {
@@ -359,6 +359,7 @@
width: 100%;
text-align: center;
margin-bottom: none;
+
}
.canvas-container {
@@ -781,7 +782,7 @@
-
Design and create stunning visuals effortlessly!
diff --git a/src/Styles/contact_us_style.css b/src/Styles/contact_us_style.css index 03443827..8beb0385 100644 --- a/src/Styles/contact_us_style.css +++ b/src/Styles/contact_us_style.css @@ -47,7 +47,7 @@ #contact{ width:100%; - background: rgb(0, 0, 0); + background: #72abffe0; } #contactForm textarea{