8000 Regenerate GitHub CSS · dmscode/github-markdown-css@e91ece3 · GitHub
[go: up one dir, main page]

Skip to content

Commit e91ece3

Browse files
committed
Regenerate GitHub CSS
1 parent 7308c9a commit e91ece3

File tree

1 file changed

+5
-19
lines changed

1 file changed

+5
-19
lines changed

github-markdown.css

Lines changed: 5 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,6 @@
146146

147147
.markdown-body a {
148148
background-color: transparent;
149-
-webkit-text-decoration-skip: objects;
150149
}
151150

152151
.markdown-body a:active,
@@ -171,10 +170,6 @@
171170
border-style: none;
172171
}
173172

174-
.markdown-body svg:not(:root) {
175-
overflow: hidden;
176-
}
177-
178173
.markdown-body code,
179174
.markdown-body kbd,
180175
.markdown-body pre {
@@ -536,6 +531,10 @@
536531
margin-bottom: 0;
537532
}
538533

534+
.markdown-body li {
535+
word-wrap: break-all;
536+
}
537+
539538
.markdown-body li>p {
540539
margin-top: 16px;
541540
}
@@ -601,21 +600,13 @@
601600
}
602601

603602
.markdown-body code {
604-
padding: 0;
605-
padding-top: 0.2em;
606-
padding-bottom: 0.2em;
603+
padding: 0.2em 0.4em;
607604
margin: 0;
608605
font-size: 85%;
609606
background-color: rgba(27,31,35,0.05);
610607
border-radius: 3px;
611608
}
612609

613-
.markdown-body code::before,
614-
.markdown-body code::after {
615-
letter-spacing: -0.2em;
616-
content: "\00a0";
617-
}
618-
619610
.markdown-body pre {
620611
word-wrap: normal;
621612
}
@@ -661,11 +652,6 @@
661652
border: 0;
662653
}
663654

664-
.markdown-body pre code::before,
665-
.markdown-body pre code::after {
666-
content: normal;
667-
}
668-
669655
.markdown-body .full-commit .btn-outline:not(:disabled):hover {
670656
color: #005cc5;
671657
border-color: #005cc5;

0 commit comments

Comments
 (0)
0