Update documentation

This commit is contained in:
Xiaodi Wu 2017-08-11 23:54:11 -05:00
parent 8ed64471df
commit 45d53def42
3 changed files with 18 additions and 14 deletions

View File

@ -6,7 +6,7 @@ body {
margin: 0;
background: #fff;
color: #333;
font: 16px/24px -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif; }
font: 16px/24px -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; }
h1 {
margin: 32px 0 16px;
@ -88,19 +88,21 @@ pre {
overflow: auto;
margin: 0 0 16px;
padding: 12px 16px;
background: #f7f7f7;
background: #f9f9f9;
font-size: inherit;
line-height: inherit;
font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, Courier, monospace; }
font-family: Menlo, Consolas, "Liberation Mono", Courier, monospace; }
code {
font-size: 16px;
line-height: 16px;
font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, Courier, monospace; }
font-family: Menlo, Consolas, "Liberation Mono", Courier, monospace; }
p > code, li > code {
padding: 0.125em;
background: #f7f7f7; }
border: 1px solid #e6e6e6;
border-radius: 4px;
padding: calc(0.125em - $unit);
background: #f9f9f9; }
p > code::before, p > code::after, li > code::before, li > code::after {
letter-spacing: -0.25em;
content: "\00a0"; }
@ -119,7 +121,7 @@ body > .wrapper {
header {
display: flex;
padding: 8px;
background: #444;
background: #333;
color: #999;
font-size: 14px;
line-height: inherit; }

View File

@ -6,7 +6,7 @@ body {
margin: 0;
background: #fff;
color: #333;
font: 16px/24px -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif; }
font: 16px/24px -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; }
h1 {
margin: 32px 0 16px;
@ -88,19 +88,21 @@ pre {
overflow: auto;
margin: 0 0 16px;
padding: 12px 16px;
background: #f7f7f7;
background: #f9f9f9;
font-size: inherit;
line-height: inherit;
font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, Courier, monospace; }
font-family: Menlo, Consolas, "Liberation Mono", Courier, monospace; }
code {
font-size: 16px;
line-height: 16px;
font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, Courier, monospace; }
font-family: Menlo, Consolas, "Liberation Mono", Courier, monospace; }
p > code, li > code {
padding: 0.125em;
background: #f7f7f7; }
border: 1px solid #e6e6e6;
border-radius: 4px;
padding: calc(0.125em - $unit);
background: #f9f9f9; }
p > code::before, p > code::after, li > code::before, li > code::after {
letter-spacing: -0.25em;
content: "\00a0"; }
@ -119,7 +121,7 @@ body > .wrapper {
header {
display: flex;
padding: 8px;
background: #444;
background: #333;
color: #999;
font-size: 14px;
line-height: inherit; }

Binary file not shown.