We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbb7e3b commit f6ef0d2Copy full SHA for f6ef0d2
1 file changed
src/style.css
@@ -24,7 +24,7 @@
24
--ig-block-header-color: #0c0c0d;
25
--ig-loop-header-color: #1fa411;
26
--ig-movable-color: #1048af;
27
- --ig-rob-color: #444;
+ --ig-rob-color: red;
28
--ig-in-worklist-color: red;
29
30
--ig-block-selected: #ffc863;
@@ -427,10 +427,6 @@ a.ig-link-normal {
427
padding-left: 4px;
428
}
429
430
-.ig-ins-att-RecoveredOnBailout {
431
- color: var(--ig-rob-color);
432
-}
433
-
434
.ig-ins-att-Movable {
435
color: var(--ig-movable-color);
436
@@ -439,6 +435,12 @@ a.ig-link-normal {
439
text-decoration: underline;
440
441
437
438
+.ig-ins-att-RecoveredOnBailout {
+ color: var(--ig-rob-color);
+ text-decoration-style: wavy;
+ text-decoration-line: line-through;
442
+}
443
+
444
.ig-ins-att-InWorklist {
445
color: var(--ig-in-worklist-color);
446
0 commit comments