Skip to content

Commit 0c27a2f

Browse files
authored
Update style.css
Changed to light theme
1 parent f0fb622 commit 0c27a2f

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

Contact us/style.css

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ html{
88
scroll-behavior: smooth;
99
}
1010
body{
11-
background: #080808;
12-
color: #fff;
11+
background: lightcyan;
12+
color: black;
1313
}
1414

1515
.contact-left{
@@ -35,28 +35,32 @@ body{
3535
text-decoration: none;
3636
font-size: 30px;
3737
margin-right: 15px;
38-
color: #ababab;
38+
color: blue;
3939
display: inline-block;
4040
transition: transform 0.5s;
4141
}
4242
.social-icon a:hover{
43-
color: #ff004f;
43+
color: yellowgreen;
4444
transform: translateY(-5px);
4545
}
4646
.btn.btn2{
4747
display: inline-block;
48-
background: #ff004f;
48+
background: blueviolet;
4949
border-radius: 14px;
5050
color: white;
5151
}
52+
.btn.btn2:hover{
53+
background-color: #ff004f;
54+
}
55+
5256
.contact-right form{
5357
width: 100%;
5458
}
5559
form input, form textarea{
5660
width: 100%;
5761
border: 0;
5862
outline: none;
59-
background: #262626;
63+
background: rgb(232, 210, 238);
6064
padding: 15px;
6165
margin: 15px 0;
6266
color: #fff;
@@ -79,4 +83,4 @@ form .btn2{
7983
}
8084
.copyright i{
8185
color: #ff004f;
82-
}
86+
}

0 commit comments

Comments
 (0)