Skip to content

Commit 8e39c85

Browse files
Add icon to css
1 parent 25bb923 commit 8e39c85

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

FrontEnd/styles/package.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,11 @@
6969
display: block;
7070
font-size: 11px;
7171
}
72+
73+
li.forked {
74+
grid-column-start: span 2;
75+
background-image: var(--image-fork);
76+
}
7277

7378
li.archived {
7479
grid-column-start: span 2;

0 commit comments

Comments
 (0)