Skip to content

Commit 0fd910f

Browse files
committed
update style page
1 parent ea7d713 commit 0fd910f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/style.css

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
body{
2-
background-color: white;
2+
background-color: #ffffff;
33
}
44
#layout{
55
margin: 10px 0px;
@@ -16,6 +16,7 @@ body{
1616
}
1717
#navbar a{
1818
font-weight: 500;
19+
color: #176179;
1920
}
2021

2122
#form{
@@ -31,7 +32,7 @@ body{
3132
padding: 9px;
3233
margin-bottom: 20px;
3334
font-weight: bold;
34-
background-color: black;
35+
background-color: #176179;
3536
color: white;
3637
border: none;
3738
width: 90%;
@@ -73,7 +74,7 @@ body{
7374
padding: 9px;
7475
margin-bottom: 20px;
7576
font-weight: bold;
76-
background-color: black;
77+
background-color: #176179;
7778
color: white;
7879
border: none;
7980
width: 90%;

0 commit comments

Comments
 (0)