Skip to content

Commit b5ce463

Browse files
committed
fixing bg & github repo url
1 parent 24abbcc commit b5ce463

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

demo/css/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
body {
2-
background: #Ffffff;
2+
background:#F8F8F8 url('../img/noise.png') top left;
33
}
44

55
a {

demo/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
</head>
1515
<body>
1616

17-
<a href="https://github.com/zenorocha/github-project-repos">
17+
<a href="https://github.com/zenorocha/jquery-github-repos">
1818
<img class="github-ribbon" src="img/github-ribbon.png" alt="Fork me on GitHub">
1919
</a>
2020

0 commit comments

Comments
 (0)