You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 29, 2018. It is now read-only.
The default color of pages are white, so you never give a page a white background as markup. html and body have no background, no problem, since the browsers renders that white. But the preview iframe is translucent as well, showing the gray background of the admin page. The fix is to set background-color to white on the iframe.
Besides that it works fluently.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The default color of pages are white, so you never give a page a white background as markup.
html
andbody
have no background, no problem, since the browsers renders that white. But the previewiframe
is translucent as well, showing the gray background of the admin page. The fix is to setbackground-color
towhite
on the iframe.Besides that it works fluently.
The text was updated successfully, but these errors were encountered: