File tree 2 files changed +6
-3
lines changed
2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 32
32
}
33
33
34
34
ins {
35
- background-color : #d4fcbc ;
35
+ background-color : var ( --background-ins ) ;
36
36
}
37
37
38
38
del {
39
- background-color : #fbb ;
40
- text-decoration : none ;
39
+ background-color : var (--background-del );
41
40
}
42
41
43
42
.explanation-notes li {
Original file line number Diff line number Diff line change 40
40
$mdn-theme-light-icon-success ,
41
41
$alpha : -0.9
42
42
)} ;
43
+ --background-del : #{color .adjust ($mdn-theme-light-icon-critical , $alpha : -0.5 )} ;
44
+ --background-ins : #{color .adjust ($mdn-theme-light-icon-success , $alpha : -0.5 )} ;
43
45
44
46
--border-primary : #{$mdn-theme-light-border-primary } ;
45
47
--border-secondary : #{$mdn-theme-light-border-secondary } ;
316
318
$mdn-theme-light-icon-success ,
317
319
$alpha : -0.9
318
320
)} ;
321
+ --background-del : #{color .adjust ($mdn-theme-light-icon-critical , $alpha : -0.5 )} ;
322
+ --background-ins : #{color .adjust ($mdn-theme-light-icon-success , $alpha : -0.5 )} ;
319
323
320
324
--border-primary : #{$mdn-theme-dark-border-primary } ;
321
325
--border-secondary : #{$mdn-theme-dark-border-secondary } ;
You can’t perform that action at this time.
0 commit comments