Skip to content

Commit e96695d

Browse files
committed
apply suggestion
1 parent f2a7c97 commit e96695d

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

web_src/css/repo.css

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2149,8 +2149,12 @@ td .commit-summary {
21492149
gap: 0 !important;
21502150
}
21512151

2152-
.archived-label {
2153-
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%) !important;
2152+
.archived-label[style^="color: #fff"] {
2153+
background-image: repeating-linear-gradient(-45deg, transparent, transparent 6px, #0005 6px, #0005 12px);
2154+
}
2155+
2156+
.archived-label[style^="color: #000"] {
2157+
background-image: repeating-linear-gradient(-45deg, transparent, transparent 6px, #fff5 6px, #fff5 12px);
21542158
}
21552159

21562160
.ui.label.scope-left {

0 commit comments

Comments
 (0)