docs: Fixed background issue (#2037)
Fixed missing background for body, which causes browser default to apply, resulting in unreadable content
This commit is contained in:
parent
12da6ea94a
commit
9083a325a4
1 changed files with 1 additions and 1 deletions
|
|
@ -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;}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue