@@ -17,13 +17,13 @@ body {
1717header {
1818 background : linear-gradient (
1919 90deg ,
20- # 6a0572 ,
21- # a40606
20+ # 262424 ,
21+ # 262424
2222 ); /* Darker gradient header */
2323 color : # fff ;
2424 text-align : center;
2525 padding : 20px 0 ;
26- border-bottom : 4px solid # ff758c ;
26+ border-bottom : 4px solid # 000000 ;
2727}
2828
2929header h1 {
@@ -77,9 +77,9 @@ textarea {
7777
7878input : focus ,
7979textarea : focus {
80- border-color : # ff758c ;
80+ border-color : # 413e3f ;
8181 outline : none;
82- box-shadow : 0 0 8px rgba (255 , 117 , 140 , 0.5 ); /* Glow effect on focus */
82+ box-shadow : 0 0 8px rgba (22 , 21 , 22 , 0.5 ); /* Glow effect on focus */
8383}
8484
8585textarea {
@@ -91,9 +91,7 @@ textarea {
9191.submit {
9292 background : linear-gradient (
9393 90deg ,
94- # 000000,
95- # 00b712,
96- # f7ff00
94+ # 000000
9795 ); /* Black, Green, Yellow gradient */
9896 color : # fff ;
9997 padding : 15px 30px ;
@@ -118,10 +116,9 @@ textarea {
118116 box-shadow : 0 10px 20px rgba (0 , 183 , 18 , 0.6 ); /* Glow effect with green tint */
119117 background : linear-gradient (
120118 90deg ,
121- # f7ff00,
122- # 00b712,
123119 # 000000
124- ); /* Reverse gradient on hover */
120+ );
121+
125122}
126123
127124.submit : active {
@@ -132,7 +129,6 @@ textarea {
132129/* adding tooltips */
133130.tooltip {
134131 visibility : hidden;
135- background : linear-gradient (90deg , # 6a0572, # a40606 );
136132 color : # fff ;
137133 width : 200px ;
138134 text-align : center;
@@ -175,7 +171,7 @@ footer {
175171 text-align : center;
176172 padding : 10px 0 ;
177173 margin-top : 20px ;
178- border-top : 4px solid # ff758c ;
174+ border-top : 4px solid # 383637 ;
179175}
180176
181177/* Animations */
0 commit comments