Skip to content

Commit

Permalink
Fixed white background issue on accent color navigation
Browse files Browse the repository at this point in the history
fixes DES-173
  • Loading branch information
minimaluminium committed Mar 13, 2024
1 parent 0beef28 commit 3b99c9e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assets/built/screen.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/built/screen.css.map

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions assets/css/screen.css
Original file line number Diff line number Diff line change
Expand Up @@ -518,6 +518,10 @@ button.gh-form-input {
background-color: var(--background-color);
}

.gh-navigation.has-accent-color .gh-navigation-actions {
background-color: var(--ghost-accent-color);
}

.gh-navigation-members {
display: flex;
gap: 20px;
Expand Down

0 comments on commit 3b99c9e

Please sign in to comment.