File tree 1 file changed +12
-7
lines changed
1 file changed +12
-7
lines changed Original file line number Diff line number Diff line change 6
6
7
7
}
8
8
9
+ body {
10
+ background-color : # 161717 ;
11
+ color : # ffffff ;
12
+ }
13
+
9
14
.container {
10
15
margin : auto;
11
16
display : flex;
@@ -93,7 +98,7 @@ label span {
93
98
94
99
.section-inputs label input {
95
100
width : 80% ;
96
- background-color : # f3f3f4 ;
101
+ background-color : # 212121 ;
97
102
border : none;
98
103
padding : 10px 20px ;
99
104
border-radius : 10px ;
@@ -102,7 +107,7 @@ label span {
102
107
}
103
108
label input {
104
109
width : 90% ;
105
- background-color : # f3f3f4 ;
110
+ background-color : # 212121 ;
106
111
border : none;
107
112
padding : 10px 20px ;
108
113
border-radius : 10px ;
@@ -112,15 +117,15 @@ label input {
112
117
}
113
118
114
119
label input : hover {
115
- background-color : white ;
120
+ background-color : # 454045 ;
116
121
border : solid 1px # f3f3f4 ;
117
- box-shadow : 0 0 4px red ;
122
+ box-shadow : 0 0 4px # f444e8 ;
118
123
}
119
124
120
125
label input : focus {
121
126
background-color : # ffffff ;
122
127
border : solid 1px # f3f3f4 ;
123
- box-shadow : 0 0 4px red ;
128
+ box-shadow : 0 0 4px # f444e8 ;
124
129
}
125
130
126
131
.checkbox-label {
@@ -137,10 +142,10 @@ label input:focus {
137
142
}
138
143
139
144
.submit-btn {
140
- background-color : # 616F9E ;
145
+ background-color : # f444e8 ;
141
146
font-weight : 500 ;
142
147
font-size : 14pt ;
143
- color : # ffffff ;
148
+ color : # 454045 ;
144
149
text-align : center;
145
150
padding : 10px ;
146
151
border : none;
You can’t perform that action at this time.
0 commit comments