Skip to content

Commit 8038ae5

Browse files
committed
regenerate github css
1 parent c11391e commit 8038ae5

File tree

1 file changed

+33
-27
lines changed

1 file changed

+33
-27
lines changed

github-markdown.css

+33-27
Original file line numberDiff line numberDiff line change
@@ -195,18 +195,21 @@
195195
font: 12px Consolas, "Liberation Mono", Menlo, Courier, monospace;
196196
}
197197

198-
.markdown-body kbd {
199-
background-color: #e7e7e7;
200-
background-image: -webkit-linear-gradient(#fefefe, #e7e7e7);
201-
background-image: linear-gradient(#fefefe, #e7e7e7);
202-
background-repeat: repeat-x;
203-
border-radius: 2px;
204-
border: 1px solid #cfcfcf;
205-
color: #000;
206-
padding: 3px 5px;
207-
line-height: 10px;
208-
font: 11px Consolas, "Liberation Mono", Menlo, Courier, monospace;
198+
.markdown-body .octicon {
199+
font: normal normal 16px octicons-anchor;
200+
line-height: 1;
209201
display: inline-block;
202+
text-decoration: none;
203+
-webkit-font-smoothing: antialiased;
204+
-moz-osx-font-smoothing: grayscale;
205+
-webkit-user-select: none;
206+
-moz-user-select: none;
207+
-ms-user-select: none;
208+
user-select: none;
209+
}
210+
211+
.markdown-body .octicon-link:before {
212+
content: '\f05c';
210213
}
211214

212215
.markdown-body>*:first-child {
@@ -262,7 +265,6 @@
262265
.markdown-body h4:hover .anchor,
263266
.markdown-body h5:hover .anchor,
264267
.markdown-body h6:hover .anchor {
265-
height: 1em;
266268
padding-left: 8px;
267269
margin-left: -30px;
268270
line-height: 1;
@@ -480,6 +482,12 @@
480482
background: #fff;
481483
}
482484

485+
.markdown-body .highlight .h {
486+
color: #333;
487+
font-style: normal;
488+
font-weight: normal;
489+
}
490+
483491
.markdown-body .highlight .mf,
484492
.markdown-body .highlight .mh,
485493
.markdown-body .highlight .mi,
@@ -525,7 +533,8 @@
525533
}
526534

527535
.markdown-body .highlight .cp,
528-
.markdown-body .highlight .cs {
536+
.markdown-body .highlight .cs,
537+
.markdown-body .highlight .cp .h {
529538
color: #999;
530539
font-weight: bold;
531540
}
@@ -664,21 +673,18 @@
664673
background-color: #EAF2F5;
665674
}
666675

667-
.markdown-body .octicon {
668-
font: normal normal 16px octicons-anchor;
669-
line-height: 1;
676+
.markdown-body kbd {
677+
background-color: #e7e7e7;
678+
background-image: -webkit-linear-gradient(#fefefe, #e7e7e7);
679+
background-image: linear-gradient(#fefefe, #e7e7e7);
680+
background-repeat: repeat-x;
670681
display: inline-block;
671-
text-decoration: none;
672-
-webkit-font-smoothing: antialiased;
673-
-moz-osx-font-smoothing: grayscale;
674-
-webkit-user-select: none;
675-
-moz-user-select: none;
676-
-ms-user-select: none;
677-
user-select: none;
678-
}
679-
680-
.markdown-body .octicon-link:before {
681-
content: '\f05c';
682+
padding: 3px 5px;
683+
font: 11px Consolas, "Liberation Mono", Menlo, Courier, monospace;
684+
line-height: 10px;
685+
color: #000;
686+
border: 1px solid #cfcfcf;
687+
border-radius: 2px;
682688
}
683689

684690
.markdown-body .task-list-item {

0 commit comments

Comments
 (0)