mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-04-01 02:41:39 -05:00
Updated preview background color
This commit is contained in:
parent
47abf4061c
commit
2ab6093d9e
1 changed files with 1 additions and 1 deletions
|
@ -256,7 +256,7 @@ const FrameStyles = `
|
|||
}
|
||||
|
||||
.gh-portal-popup-background.preview {
|
||||
background: #EDF0F2;
|
||||
background: linear-gradient(45deg, rgba(255,255,255,1) 0%, rgba(249,249,250,1) 100%);
|
||||
animation: none;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue