Skip to content

Commit 06054c8

Browse files
authored
Merge pull request #649 from linusg/patch-1
Fix form input for users with dark OS theme
2 parents 14695af + 3c79775 commit 06054c8

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

assets/css/custom.scss

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ blockquote {
176176
@include breakpoint(lg) { font-size: 26px; }
177177

178178
&::after {
179-
content:" ";
179+
content: " ";
180180
display: block;
181181
margin: 1.5em auto;
182182
height: 5px;
@@ -203,15 +203,15 @@ blockquote {
203203
}
204204

205205
.border-sm-0 {
206-
@include breakpoint(sm) { border-bottom: none !important;}
206+
@include breakpoint(sm) { border-bottom: none !important; }
207207
}
208208

209209
.col-border {
210210
@include breakpoint(sm) { border-right: 1px #e5e5e5 solid !important; }
211211
}
212212

213213
.bg-gray-light {
214-
background-color: #F3F3F3 !important;;
214+
background-color: #F3F3F3 !important;
215215
}
216216

217217
.text-black {
@@ -225,6 +225,8 @@ blockquote {
225225
.mc-field-group {
226226
.form-input {
227227
border: $border;
228+
color: $text-gray-dark;
229+
background-color: $bg-white;
228230
height: 40px;
229231
}
230232
}

0 commit comments

Comments
 (0)