You've already forked Ghost-Theme-Source
Fixed white background issue on accent color navigation
fixes DES-173
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user