Skip to content

Commit

Permalink
Fix dark screen flash when opening the app or clicking links
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Valente committed Nov 14, 2017
1 parent fcb1a0e commit 99121a3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
1 change: 1 addition & 0 deletions glue.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
html {
background-color: transparent;
color: #666;
}

Expand Down
9 changes: 7 additions & 2 deletions zlink/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -368,14 +368,19 @@ body.remotebar .view-player .player-bar-wrapper {
color: #9a37e1;
}

html, body {
background-color: #fafafa;
html {
background-color: transparent;
}

body,
iframe {
background-color: #fafafa;
}

#view-content {
background-color: white;
}

#menu-wrapper {
border-right: solid 1px #eee;
}
Expand Down

0 comments on commit 99121a3

Please sign in to comment.