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
9981e77689
commit
6572802925
|
@ -8,7 +8,7 @@
|
||||||
-webkit-text-size-adjust: 100%;
|
-webkit-text-size-adjust: 100%;
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
color: #24292e;
|
color: #24292e;
|
||||||
font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
|
@ -677,11 +677,11 @@
|
||||||
line-height: 10px;
|
line-height: 10px;
|
||||||
color: #444d56;
|
color: #444d56;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
background-color: #fcfcfc;
|
background-color: #fafbfc;
|
||||||
border: solid 1px #c6cbd1;
|
border: solid 1px #d1d5da;
|
||||||
border-bottom-color: #959da5;
|
border-bottom-color: #c6cbd1;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
box-shadow: inset 0 -1px 0 #959da5;
|
box-shadow: inset 0 -1px 0 #c6cbd1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.markdown-body :checked+.radio-label {
|
.markdown-body :checked+.radio-label {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user