Spaces:
Sleeping
Sleeping
Commit
·
2324f64
1
Parent(s):
2d10051
color changed
Browse files- templates/index.html +3 -3
templates/index.html
CHANGED
@@ -54,7 +54,7 @@
|
|
54 |
label {
|
55 |
margin-bottom: 6px;
|
56 |
font-weight: bold;
|
57 |
-
color:rgb(
|
58 |
}
|
59 |
|
60 |
input[type="text"], select {
|
@@ -73,7 +73,7 @@
|
|
73 |
display: block;
|
74 |
margin: 30px auto 0 auto;
|
75 |
padding: 12px 30px;
|
76 |
-
background-color:
|
77 |
color: #fff;
|
78 |
font-size: 16px;
|
79 |
font-weight: bold;
|
@@ -84,7 +84,7 @@
|
|
84 |
}
|
85 |
|
86 |
.submit-btn:hover {
|
87 |
-
background-color:
|
88 |
}
|
89 |
|
90 |
h2 {
|
|
|
54 |
label {
|
55 |
margin-bottom: 6px;
|
56 |
font-weight: bold;
|
57 |
+
color:rgb(210, 210, 210);
|
58 |
}
|
59 |
|
60 |
input[type="text"], select {
|
|
|
73 |
display: block;
|
74 |
margin: 30px auto 0 auto;
|
75 |
padding: 12px 30px;
|
76 |
+
background-color:rgb(250, 250, 250);
|
77 |
color: #fff;
|
78 |
font-size: 16px;
|
79 |
font-weight: bold;
|
|
|
84 |
}
|
85 |
|
86 |
.submit-btn:hover {
|
87 |
+
background-color:hsl(25, 63.70%, 44.30%);
|
88 |
}
|
89 |
|
90 |
h2 {
|