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
e907e1c796
commit
80183241e1
|
@ -217,6 +217,11 @@
|
||||||
margin-bottom: 0 !important;
|
margin-bottom: 0 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.markdown-body a:not(:link):not(:visited) {
|
||||||
|
color: inherit;
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
.markdown-body .anchor {
|
.markdown-body .anchor {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
|
@ -428,7 +433,6 @@
|
||||||
.markdown-body img {
|
.markdown-body img {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
-moz-box-sizing: border-box;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.markdown-body code {
|
.markdown-body code {
|
||||||
|
@ -649,8 +653,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.markdown-body .task-list-item input {
|
.markdown-body .task-list-item input {
|
||||||
float: left;
|
margin: 0 0.35em 0.25em -1.6em;
|
||||||
margin: 0.3em 0 0.25em -1.6em;
|
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user