Skip to content

Commit 577bcca

Browse files
update readme
1 parent a887b5a commit 577bcca

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ To set which repository the element looks at, just the `src` attribute. Use the
7575
To style the `<github-repo>`'s contents, use the following CSS selectors.
7676

7777
```css
78-
/* Repository title (link) */
78+
/* Repository title */
7979
github-repo .ghrepo-title {
8080
}
8181

@@ -84,11 +84,7 @@ github-repo .ghrepo-description {
8484
}
8585

8686
/* Repository stars and forks */
87-
.ghrepo-meta {
88-
margin-top: 8px;
89-
font-size: 85%;
90-
font-style: italic;
91-
color: #888;
87+
github-repo .ghrepo-meta {
9288
}
9389
```
9490

0 commit comments

Comments
 (0)