Skip to content

Commit 47729cd

Browse files
committed
use 45deg lines
1 parent 63c80ae commit 47729cd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

web_src/css/repo.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2300,8 +2300,7 @@
23002300
}
23012301

23022302
.archived-label {
2303-
filter: grayscale(0.5);
2304-
opacity: 0.5;
2303+
background-image: repeating-linear-gradient(45deg, rgba(255, 255, 255, 0) 0%,rgba(255, 255, 255, 0) 5%, rgba(92, 194, 214, 0.3) 5%, rgba(92, 194, 214, 0.3) 10%, rgba(255, 255, 255, 0.3) 10%);
23052304
}
23062305

23072306
.ui.label.scope-left {

0 commit comments

Comments
 (0)