Fixed white background issue on accent color navigation

fixes DES-173
This commit is contained in:
Sodbileg Gansukh
2024-03-13 17:09:19 +08:00
parent 0beef28a44
commit 3b99c9e881
3 changed files with 6 additions and 2 deletions

View File

@@ -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;