8000 regenerate github css · daituzhang/github-markdown-css@667cc2d · GitHub
[go: up one dir, main page]

Skip to content

Commit 667cc2d

Browse files
committed
regenerate github css
1 parent 6d80489 commit 667cc2d

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

github-markdown.css

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -193,10 +193,10 @@
193193
}
194194

195195
.markdown-body .octicon {
196-
font: normal normal 16px octicons-anchor;
197-
line-height: 1;
196+
font: normal normal normal 16px/1 octicons-anchor;
198197
display: inline-block;
199198
text-decoration: none;
199+
text-rendering: auto;
200200
-webkit-font-smoothing: antialiased;
201201
-moz-osx-font-smoothing: grayscale;
202202
-webkit-user-select: none;
@@ -428,6 +428,7 @@
428428
.markdown-body img {
429429
max-width: 100%;
430430
box-sizing: border-box;
431+
-moz-box-sizing: border-box;
431432
}
432433

433434
.markdown-body code {
@@ -558,12 +559,11 @@
558559
.markdown-body .pl-sr .pl-sra,
559560
.markdown-body .pl-sr .pl-sre,
560561
.markdown-body .pl-src {
561-
color: #df5000;
562+
color: #183691;
562563
}
563564

564-
.markdown-body .pl-mo,
565565
.markdown-body .pl-v {
566-
color: #1d3e81;
566+
color: #ed6a43;
567567
}
568568

569569
.markdown-body .pl-id {
@@ -622,6 +622,10 @@
622622
font-weight: bold;
623623
}
624624

625+
.markdown-body .pl-mo {
626+
color: #1d3e81;
627+
}
628+
625629
.markdown-body kbd {
626630
display: inline-block;
627631
padding: 3px 5px;

0 commit comments

Comments
 (0)
0