Fixed email and search input color for dark background color
This commit is contained in:
parent
8d7f38f444
commit
3cf33c7e9f
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -288,10 +288,21 @@ a:hover {
|
||||
}
|
||||
|
||||
.has-light-text .gh-form-input::placeholder,
|
||||
.has-light-text button.gh-form-input,
|
||||
.gh-footer.has-accent-color .gh-form-input::placeholder {
|
||||
color: rgb(255 255 255 / 0.55);
|
||||
}
|
||||
|
||||
.gh-header.is-classic.has-image .gh-form-input {
|
||||
color: #15171a;
|
||||
}
|
||||
|
||||
.gh-header.is-classic.has-image .gh-form-input::placeholder,
|
||||
.gh-header.is-classic.has-image button.gh-form-input,
|
||||
.gh-header.is-classic.has-image .gh-form > svg {
|
||||
color: rgb(0 0 0 / 0.5);
|
||||
}
|
||||
|
||||
button.gh-form-input {
|
||||
padding-inline-start: 56px;
|
||||
text-align: left;
|
||||
@ -314,8 +325,8 @@ button.gh-form-input {
|
||||
.gh-form > svg {
|
||||
position: relative;
|
||||
left: 22px;
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
color: var(--color-secondary-text);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user