Update documentation
This commit is contained in:
parent
8ed64471df
commit
45d53def42
|
@ -6,7 +6,7 @@ body {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
background: #fff;
|
background: #fff;
|
||||||
color: #333;
|
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 {
|
h1 {
|
||||||
margin: 32px 0 16px;
|
margin: 32px 0 16px;
|
||||||
|
@ -88,19 +88,21 @@ pre {
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
margin: 0 0 16px;
|
margin: 0 0 16px;
|
||||||
padding: 12px 16px;
|
padding: 12px 16px;
|
||||||
background: #f7f7f7;
|
background: #f9f9f9;
|
||||||
font-size: inherit;
|
font-size: inherit;
|
||||||
line-height: inherit;
|
line-height: inherit;
|
||||||
font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, Courier, monospace; }
|
font-family: Menlo, Consolas, "Liberation Mono", Courier, monospace; }
|
||||||
|
|
||||||
code {
|
code {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
line-height: 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 {
|
p > code, li > code {
|
||||||
padding: 0.125em;
|
border: 1px solid #e6e6e6;
|
||||||
background: #f7f7f7; }
|
border-radius: 4px;
|
||||||
|
padding: calc(0.125em - $unit);
|
||||||
|
background: #f9f9f9; }
|
||||||
p > code::before, p > code::after, li > code::before, li > code::after {
|
p > code::before, p > code::after, li > code::before, li > code::after {
|
||||||
letter-spacing: -0.25em;
|
letter-spacing: -0.25em;
|
||||||
content: "\00a0"; }
|
content: "\00a0"; }
|
||||||
|
@ -119,7 +121,7 @@ body > .wrapper {
|
||||||
header {
|
header {
|
||||||
display: flex;
|
display: flex;
|
||||||
padding: 8px;
|
padding: 8px;
|
||||||
background: #444;
|
background: #333;
|
||||||
color: #999;
|
color: #999;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
line-height: inherit; }
|
line-height: inherit; }
|
||||||
|
|
|
@ -6,7 +6,7 @@ body {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
background: #fff;
|
background: #fff;
|
||||||
color: #333;
|
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 {
|
h1 {
|
||||||
margin: 32px 0 16px;
|
margin: 32px 0 16px;
|
||||||
|
@ -88,19 +88,21 @@ pre {
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
margin: 0 0 16px;
|
margin: 0 0 16px;
|
||||||
padding: 12px 16px;
|
padding: 12px 16px;
|
||||||
background: #f7f7f7;
|
background: #f9f9f9;
|
||||||
font-size: inherit;
|
font-size: inherit;
|
||||||
line-height: inherit;
|
line-height: inherit;
|
||||||
font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, Courier, monospace; }
|
font-family: Menlo, Consolas, "Liberation Mono", Courier, monospace; }
|
||||||
|
|
||||||
code {
|
code {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
line-height: 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 {
|
p > code, li > code {
|
||||||
padding: 0.125em;
|
border: 1px solid #e6e6e6;
|
||||||
background: #f7f7f7; }
|
border-radius: 4px;
|
||||||
|
padding: calc(0.125em - $unit);
|
||||||
|
background: #f9f9f9; }
|
||||||
p > code::before, p > code::after, li > code::before, li > code::after {
|
p > code::before, p > code::after, li > code::before, li > code::after {
|
||||||
letter-spacing: -0.25em;
|
letter-spacing: -0.25em;
|
||||||
content: "\00a0"; }
|
content: "\00a0"; }
|
||||||
|
@ -119,7 +121,7 @@ body > .wrapper {
|
||||||
header {
|
header {
|
||||||
display: flex;
|
display: flex;
|
||||||
padding: 8px;
|
padding: 8px;
|
||||||
background: #444;
|
background: #333;
|
||||||
color: #999;
|
color: #999;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
line-height: inherit; }
|
line-height: inherit; }
|
||||||
|
|
Binary file not shown.
Loading…
Reference in New Issue