0
Fork 0
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:
Peter Zimon 2022-04-27 17:15:12 +02:00
parent 47abf4061c
commit 2ab6093d9e

View file

@ -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;
}