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 24abbcc commit b5ce463Copy full SHA for b5ce463
demo/css/style.css
@@ -1,5 +1,5 @@
1
body {
2
- background: #Ffffff;
+ background:#F8F8F8 url('../img/noise.png') top left;
3
}
4
5
a {
demo/index.html
@@ -14,7 +14,7 @@
14
</head>
15
<body>
16
17
- <a href="https://github.com/zenorocha/github-project-repos">
+ <a href="https://github.com/zenorocha/jquery-github-repos">
18
<img class="github-ribbon" src="img/github-ribbon.png" alt="Fork me on GitHub">
19
</a>
20
0 commit comments