File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 25
25
}
26
26
.content-inner .bottom-actions .bottom-actions-button .subheader {
27
27
font-size : .8em ;
28
- color : var (--bottomActionsBtnSubheader );
28
+ color : var (--textHeaders );
29
29
white-space : nowrap;
30
30
}
31
31
32
32
.content-inner .bottom-actions .bottom-actions-button .title {
33
- color : var (--textHeaders );
33
+ color : var (--bottomActionsBtnTitle );
34
34
}
35
35
36
36
.content-inner .bottom-actions .bottom-actions-button [rel = "prev" ] {
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ body.dark {
51
51
--tabShadow : var (--black );
52
52
53
53
--bottomActionsBtnBorder : var (--white-opacity-10 );
54
- --bottomActionsBtnSubheader : var (--mainLight );
54
+ --bottomActionsBtnTitle : var (--mainLightest );
55
55
56
56
--modalBackground : var (--gray800 );
57
57
Original file line number Diff line number Diff line change 51
51
--tabShadow : var (--gray25 );
52
52
53
53
--bottomActionsBtnBorder : var (--black-opacity-10 );
54
- --bottomActionsBtnSubheader : var (--mainDark );
54
+ --bottomActionsBtnTitle : var (--mainDark );
55
55
56
56
--modalBackground : var (--white );
57
57
You can’t perform that action at this time.
0 commit comments