Fix "Fork me on Github" image (#83)

Co-authored-by: Sindre Sorhus <sindresorhus@gmail.com>
pull/84/head
haru 2021-08-08 18:55:05 +09:00 committed by GitHub
parent 888d5a0322
commit 4869cfc433
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 1 deletions

View File

@ -14,6 +14,12 @@
padding: 45px;
}
</style>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/github-fork-ribbon-css/0.2.3/gh-fork-ribbon.min.css">
<style>
.github-fork-ribbon:before {
background-color: #121612;
}
</style>
</head>
<body>
<article class="markdown-body">
@ -1849,6 +1855,6 @@ gulp.task(<span class="pl-s"><span class="pl-pds">'</span>default<span class="pl
.pipe(gulp.dest(<span class="pl-s"><span class="pl-pds">'</span>dist<span class="pl-pds">'</span></span>));
});</pre></div>
</article>
<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>
<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>
</body>
</html>