Skip to content

Commit 3cf33c7

Browse files
Fixed email and search input color for dark background color
1 parent 8d7f38f commit 3cf33c7

File tree

3 files changed

+15
-4
lines changed

3 files changed

+15
-4
lines changed

assets/built/screen.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/built/screen.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/css/screen.css

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -288,10 +288,21 @@ a:hover {
288288
}
289289

290290
.has-light-text .gh-form-input::placeholder,
291+
.has-light-text button.gh-form-input,
291292
.gh-footer.has-accent-color .gh-form-input::placeholder {
292293
color: rgb(255 255 255 / 0.55);
293294
}
294295

296+
.gh-header.is-classic.has-image .gh-form-input {
297+
color: #15171a;
298+
}
299+
300+
.gh-header.is-classic.has-image .gh-form-input::placeholder,
301+
.gh-header.is-classic.has-image button.gh-form-input,
302+
.gh-header.is-classic.has-image .gh-form > svg {
303+
color: rgb(0 0 0 / 0.5);
304+
}
305+
295306
button.gh-form-input {
296307
padding-inline-start: 56px;
297308
text-align: left;
@@ -314,8 +325,8 @@ button.gh-form-input {
314325
.gh-form > svg {
315326
position: relative;
316327
left: 22px;
317-
width: 24px;
318-
height: 24px;
328+
width: 20px;
329+
height: 20px;
319330
color: var(--color-secondary-text);
320331
}
321332

0 commit comments

Comments
 (0)