Skip to content

Commit f6ef0d2

Browse files
authored
Make RecoveredOnBailout distinguishable. (#33)
1 parent dbb7e3b commit f6ef0d2

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

src/style.css

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
--ig-block-header-color: #0c0c0d;
2525
--ig-loop-header-color: #1fa411;
2626
--ig-movable-color: #1048af;
27-
--ig-rob-color: #444;
27+
--ig-rob-color: red;
2828
--ig-in-worklist-color: red;
2929

3030
--ig-block-selected: #ffc863;
@@ -427,10 +427,6 @@ a.ig-link-normal {
427427
padding-left: 4px;
428428
}
429429

430-
.ig-ins-att-RecoveredOnBailout {
431-
color: var(--ig-rob-color);
432-
}
433-
434430
.ig-ins-att-Movable {
435431
color: var(--ig-movable-color);
436432
}
@@ -439,6 +435,12 @@ a.ig-link-normal {
439435
text-decoration: underline;
440436
}
441437

438+
.ig-ins-att-RecoveredOnBailout {
439+
color: var(--ig-rob-color);
440+
text-decoration-style: wavy;
441+
text-decoration-line: line-through;
442+
}
443+
442444
.ig-ins-att-InWorklist {
443445
color: var(--ig-in-worklist-color);
444446
}

0 commit comments

Comments
 (0)