regenerate github css

This commit is contained in:
Sindre Sorhus 2015-06-05 03:12:57 +02:00
parent ef6bc860e8
commit bb90abdda8

View File

@ -4,8 +4,9 @@
} }
.markdown-body { .markdown-body {
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
text-size-adjust: 100%;
color: #333; color: #333;
overflow: hidden; overflow: hidden;
font-family: "Helvetica Neue", Helvetica, "Segoe UI", Arial, freesans, sans-serif; font-family: "Helvetica Neue", Helvetica, "Segoe UI", Arial, freesans, sans-serif;
@ -15,7 +16,7 @@
} }
.markdown-body a { .markdown-body a {
background: transparent; background-color: transparent;
} }
.markdown-body a:active, .markdown-body a:active,
@ -90,7 +91,7 @@
} }
.markdown-body a { .markdown-body a {
color: #4183c4; color: #4078c0;
text-decoration: none; text-decoration: none;
} }
@ -644,5 +645,5 @@
.markdown-body :checked+.radio-label { .markdown-body :checked+.radio-label {
z-index: 1; z-index: 1;
position: relative; position: relative;
border-color: #4183c4; border-color: #4078c0;
} }