From 9083a325a4ac6b7ebfe2657e8c94ef1663f2a057 Mon Sep 17 00:00:00 2001 From: Milan Lesichkov Date: Thu, 30 Nov 2017 07:05:21 +0000 Subject: [PATCH] docs: Fixed background issue (#2037) Fixed missing background for body, which causes browser default to apply, resulting in unreadable content --- docs/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/style.css b/docs/style.css index 96efe7d2..f75ea282 100644 --- a/docs/style.css +++ b/docs/style.css @@ -1,4 +1,4 @@ -body {-webkit-text-size-adjust: 100%;} +body {bakground:white;-webkit-text-size-adjust: 100%;} body,table,h5 {font:normal 16px 'Open Sans';} header,main {margin:auto;max-width:1000px;} header section {position:absolute;width:250px;}