Hacker News new | ask | show | jobs
by _joev 4062 days ago
I cannot for the life of me figure out how to fix this. Maybe someone here knows. I define the fullscreen bg color:

    bg:fullscreen, bg:-webkit-full-screen, bg:-moz-full-screen {
      background-color: rgba(255,255,255,0);
    }
But it does not get respected
1 comments

Fixed it with *{background: white;}, strangely enough.