8000 Fix "Fork me on Github" image (#83) · houlin/github-markdown-css@4869cfc · GitHub
[go: up one dir, main page]

Skip to content
  • Commit 4869cfc

    Browse files
    Fix "Fork me on Github" image (sindresorhus#83)
    Co-authored-by: Sindre Sorhus <sindresorhus@gmail.com>
    1 parent 888d5a0 commit 4869cfc

    File tree

    1 file changed

    +7
    -1
    lines changed

    1 file changed

    +7
    -1
    lines changed

    index.html

    Lines changed: 7 additions & 1 deletion
    Original file line numberDiff line numberDiff line change
    @@ -14,6 +14,12 @@
    1414
    padding: 45px;
    1515
    }
    1616
    </style>
    17+
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/github-fork-ribbon-css/0.2.3/gh-fork-ribbon.min.css">
    18+
    <style>
    19+
    .github-fork-ribbon:before {
    20+
    background-color: #121612;
    21+
    }
    22+
    </style>
    1723
    </head>
    1824
    <body>
    1925
    <article class="markdown-body">
    @@ -1849,6 +1855,6 @@ <h3 id="user-content-backslash"><a id="user-content-backslash-escapes" class="an
    18491855
    .pipe(gulp.dest(<span class="pl-s"><span class="pl-pds">'</span>dist<span class="pl-pds">'</span></span>));
    18501856
    });</pre></div>
    18511857
    </article>
    1852-
    <a href="https://github.com/sindresorhus/github-markdown-css"><img style="position: absolute; top: 0; right: 0; border: 0; width: 149px; height: 149px;" src="http://aral.github.com/fork-me-on-github-retina-ribbons/right-graphite@2x.png" alt="Fork me on GitHub"></a>
    1858+
    <a class="github-fork-ribbon" href="https://github.com/sindresorhus/github-markdown-css" data-ribbon="Fork me on GitHub" title="Fork me on GitHub">Fork me on GitHub</a>
    18531859
    </body>
    18541860
    </html>

    0 commit comments

    Comments
     (0)
    0