mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 22:43:30 +03:00
🎨 Mellowed the bright white info boxes in night shift mode (#869)
no issue - add background and text colours to `.gh-box` that better match the night shift aesthetic
This commit is contained in:
parent
bd5f7a8daa
commit
726e396cc5
@ -324,3 +324,8 @@ input,
|
|||||||
.settings-menu-content .for-checkbox .input-toggle-component {
|
.settings-menu-content .for-checkbox .input-toggle-component {
|
||||||
background: var(--lightgrey);
|
background: var(--lightgrey);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.gh-box {
|
||||||
|
background: var(--lightgrey);
|
||||||
|
color: var(--darkgrey);
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user