You've already forked Ghost-Theme-Source
Fixed white background issue on accent color navigation
fixes DES-173
This commit is contained in:
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -518,6 +518,10 @@ button.gh-form-input {
|
|||||||
background-color: var(--background-color);
|
background-color: var(--background-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.gh-navigation.has-accent-color .gh-navigation-actions {
|
||||||
|
background-color: var(--ghost-accent-color);
|
||||||
|
}
|
||||||
|
|
||||||
.gh-navigation-members {
|
.gh-navigation-members {
|
||||||
display: flex;
|
display: flex;
|
||||||
gap: 20px;
|
gap: 20px;
|
||||||
|
|||||||
Reference in New Issue
Block a user