docs: try darker text and shorter line height
Change-Id: I7fe3cdc0a0f5cdfd8bcb69b1e1a2d11d8b5301d3
This commit is contained in:
parent
d786a29f14
commit
6a7a66beba
1 changed files with 2 additions and 2 deletions
|
@ -20,8 +20,8 @@ html, body {
|
|||
/* turned off ligatures due to bug 5945455 */ }
|
||||
|
||||
body {
|
||||
color: #444;
|
||||
font: 14px/21px Roboto, sans-serif;
|
||||
color: #000;
|
||||
font: 14px/19px Roboto, sans-serif;
|
||||
font-weight: 400;
|
||||
letter-spacing:.1;
|
||||
padding:0 10px; }
|
||||
|
|
Loading…
Reference in a new issue