Skip to content

Commit c192220

Browse files
committed
add example repo.css
1 parent 8e22b35 commit c192220

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

repo.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
.AppHeader-logo svg {
2+
display: none;
3+
}
4+
5+
.AppHeader-logo {
6+
background-image: url('https://avatars.githubusercontent.com/u/172333732?s=48&v=4');
7+
background-size: cover;
8+
background-position: center;
9+
}

0 commit comments

Comments
 (0)