We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e907e1c commit 8018324Copy full SHA for 8018324
github-markdown.css
@@ -217,6 +217,11 @@
217
margin-bottom: 0 !important;
218
}
219
220
+.markdown-body a:not(:link):not(:visited) {
221
+ color: inherit;
222
+ text-decoration: none;
223
+}
224
+
225
.markdown-body .anchor {
226
position: absolute;
227
top: 0;
@@ -428,7 +433,6 @@
428
433
.markdown-body img {
429
434
max-width: 100%;
430
435
box-sizing: border-box;
431
- -moz-box-sizing: border-box;
432
436
437
438
.markdown-body code {
@@ -649,8 +653,7 @@
649
653
650
654
651
655
.markdown-body .task-list-item input {
652
- float: left;
- margin: 0.3em 0 0.25em -1.6em;
656
+ margin: 0 0.35em 0.25em -1.6em;
657
vertical-align: middle;
658
659
0 commit comments