From 734dcea1b46cdcdecb3c1e57b42017ab17ece4f6 Mon Sep 17 00:00:00 2001 From: Ezerous Date: Tue, 20 Dec 2016 03:36:14 +0200 Subject: [PATCH] Fixed white background upon Webview load (post) --- app/src/main/assets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/assets/style.css b/app/src/main/assets/style.css index 885c4397..3dead8e1 100644 --- a/app/src/main/assets/style.css +++ b/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; }