mirror of
https://github.com/sindresorhus/github-markdown-css.git
synced 2024-03-22 13:10:53 +08:00
regenerate github css
This commit is contained in:
parent
c11391e523
commit
8038ae5ba8
|
@ -195,18 +195,21 @@
|
||||||
font: 12px Consolas, "Liberation Mono", Menlo, Courier, monospace;
|
font: 12px Consolas, "Liberation Mono", Menlo, Courier, monospace;
|
||||||
}
|
}
|
||||||
|
|
||||||
.markdown-body kbd {
|
.markdown-body .octicon {
|
||||||
background-color: #e7e7e7;
|
font: normal normal 16px octicons-anchor;
|
||||||
background-image: -webkit-linear-gradient(#fefefe, #e7e7e7);
|
line-height: 1;
|
||||||
background-image: linear-gradient(#fefefe, #e7e7e7);
|
|
||||||
background-repeat: repeat-x;
|
|
||||||
border-radius: 2px;
|
|
||||||
border: 1px solid #cfcfcf;
|
|
||||||
color: #000;
|
|
||||||
padding: 3px 5px;
|
|
||||||
line-height: 10px;
|
|
||||||
font: 11px Consolas, "Liberation Mono", Menlo, Courier, monospace;
|
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
text-decoration: none;
|
||||||
|
-webkit-font-smoothing: antialiased;
|
||||||
|
-moz-osx-font-smoothing: grayscale;
|
||||||
|
-webkit-user-select: none;
|
||||||
|
-moz-user-select: none;
|
||||||
|
-ms-user-select: none;
|
||||||
|
user-select: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.markdown-body .octicon-link:before {
|
||||||
|
content: '\f05c';
|
||||||
}
|
}
|
||||||
|
|
||||||
.markdown-body>*:first-child {
|
.markdown-body>*:first-child {
|
||||||
|
@ -262,7 +265,6 @@
|
||||||
.markdown-body h4:hover .anchor,
|
.markdown-body h4:hover .anchor,
|
||||||
.markdown-body h5:hover .anchor,
|
.markdown-body h5:hover .anchor,
|
||||||
.markdown-body h6:hover .anchor {
|
.markdown-body h6:hover .anchor {
|
||||||
height: 1em;
|
|
||||||
padding-left: 8px;
|
padding-left: 8px;
|
||||||
margin-left: -30px;
|
margin-left: -30px;
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
|
@ -480,6 +482,12 @@
|
||||||
background: #fff;
|
background: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.markdown-body .highlight .h {
|
||||||
|
color: #333;
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: normal;
|
||||||
|
}
|
||||||
|
|
||||||
.markdown-body .highlight .mf,
|
.markdown-body .highlight .mf,
|
||||||
.markdown-body .highlight .mh,
|
.markdown-body .highlight .mh,
|
||||||
.markdown-body .highlight .mi,
|
.markdown-body .highlight .mi,
|
||||||
|
@ -525,7 +533,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.markdown-body .highlight .cp,
|
.markdown-body .highlight .cp,
|
||||||
.markdown-body .highlight .cs {
|
.markdown-body .highlight .cs,
|
||||||
|
.markdown-body .highlight .cp .h {
|
||||||
color: #999;
|
color: #999;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
@ -664,21 +673,18 @@
|
||||||
background-color: #EAF2F5;
|
background-color: #EAF2F5;
|
||||||
}
|
}
|
||||||
|
|
||||||
.markdown-body .octicon {
|
.markdown-body kbd {
|
||||||
font: normal normal 16px octicons-anchor;
|
background-color: #e7e7e7;
|
||||||
line-height: 1;
|
background-image: -webkit-linear-gradient(#fefefe, #e7e7e7);
|
||||||
|
background-image: linear-gradient(#fefefe, #e7e7e7);
|
||||||
|
background-repeat: repeat-x;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
text-decoration: none;
|
padding: 3px 5px;
|
||||||
-webkit-font-smoothing: antialiased;
|
font: 11px Consolas, "Liberation Mono", Menlo, Courier, monospace;
|
||||||
-moz-osx-font-smoothing: grayscale;
|
line-height: 10px;
|
||||||
-webkit-user-select: none;
|
color: #000;
|
||||||
-moz-user-select: none;
|
border: 1px solid #cfcfcf;
|
||||||
-ms-user-select: none;
|
border-radius: 2px;
|
||||||
user-select: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.markdown-body .octicon-link:before {
|
|
||||||
content: '\f05c';
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.markdown-body .task-list-item {
|
.markdown-body .task-list-item {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user