Skip to content

Commit 3b99c9e

Browse files
Fixed white background issue on accent color navigation
fixes DES-173
1 parent 0beef28 commit 3b99c9e

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
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: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -518,6 +518,10 @@ button.gh-form-input {
518518
background-color: var(--background-color);
519519
}
520520

521+
.gh-navigation.has-accent-color .gh-navigation-actions {
522+
background-color: var(--ghost-accent-color);
523+
}
524+
521525
.gh-navigation-members {
522526
display: flex;
523527
gap: 20px;

0 commit comments

Comments
 (0)