Browse Source

Fixed white background upon Webview load (post)

pull/24/head
Ezerous 8 years ago
parent
commit
734dcea1b4
  1. 2
      app/src/main/assets/style.css

2
app/src/main/assets/style.css

@ -105,7 +105,7 @@ table
/* The main body of the entire forum. */
body
{
background: white;
background: #3C3F41;
margin: 0;
padding: 0;
}

Loading…
Cancel
Save