We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea7d713 commit 0fd910fCopy full SHA for 0fd910f
src/style.css
@@ -1,5 +1,5 @@
1
body{
2
- background-color: white;
+ background-color: #ffffff;
3
}
4
#layout{
5
margin: 10px 0px;
@@ -16,6 +16,7 @@ body{
16
17
#navbar a{
18
font-weight: 500;
19
+ color: #176179;
20
21
22
#form{
@@ -31,7 +32,7 @@ body{
31
32
padding: 9px;
33
margin-bottom: 20px;
34
font-weight: bold;
- background-color: black;
35
+ background-color: #176179;
36
color: white;
37
border: none;
38
width: 90%;
@@ -73,7 +74,7 @@ body{
73
74
75
76
77
78
79
80
0 commit comments