mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 22:43:30 +03:00
Fixed theme directory footer in dark mode
This commit is contained in:
parent
823c86ffa6
commit
e78e1d9cae
@ -552,6 +552,11 @@ input:focus,
|
||||
background: none;
|
||||
}
|
||||
|
||||
.gh-theme-directory-footer {
|
||||
color: var(--darkgrey);
|
||||
background-color: var(--whitegrey);
|
||||
}
|
||||
|
||||
.settings-code-editor .CodeMirror-gutters,
|
||||
.settings-code code,
|
||||
.form-group code {
|
||||
|
Loading…
Reference in New Issue
Block a user