Skip to content

Commit 9698b89

Browse files
committed
change font-color
Signed-off-by: Suruchi Kumari <[email protected]>
1 parent 5424db7 commit 9698b89

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

assets/scss/_custom.scss

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,13 @@ body.td-404 main .error-details {
241241

242242
.flip-nav .search-item {
243243
.td-search-input {
244-
background-color: $dark-grey;
244+
background-color: $medium-grey;
245+
}
246+
input, textarea {
247+
color: white;
248+
}
249+
textarea:focus, input:focus {
250+
color: white;
245251
}
246252
}
247253

0 commit comments

Comments
 (0)