Skip to content

Commit 4c072a4

Browse files
Adjusted input color of the accent color footer
1 parent 6957063 commit 4c072a4

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
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: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ production stylesheet in assets/built/screen.css
7373

7474
:root.has-light-text,
7575
:is(.gh-navigation, .gh-footer).has-accent-color {
76-
--color-lighter-gray: rgb(0 0 0 / 0.15);
76+
--color-lighter-gray: rgb(0 0 0 / 0.1);
7777
--color-darker-gray: #fff;
7878
--color-secondary-text: rgb(255 255 255 / 0.64);
7979
--color-border: rgb(255 255 255 / 0.15);
@@ -244,6 +244,10 @@ a:hover {
244244
background-color: rgb(0 0 0 / 0.05);
245245
}
246246

247+
.gh-footer.has-accent-color .gh-form:hover {
248+
background-color: rgb(0 0 0 / 0.15);
249+
}
250+
247251
.gh-form-input {
248252
position: absolute;
249253
inset: 0;
@@ -256,6 +260,10 @@ a:hover {
256260
background-color: transparent;
257261
}
258262

263+
.gh-footer.has-accent-color .gh-form-input::placeholder {
264+
color: rgb(255 255 255 / 0.55);
265+
}
266+
259267
button.gh-form-input {
260268
padding-inline-start: 56px;
261269
text-align: left;

0 commit comments

Comments
 (0)