File tree Expand file tree Collapse file tree 4 files changed +8
-6
lines changed Expand file tree Collapse file tree 4 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 30
30
@import './components/site-header.css' ;
31
31
@import './components/main-content.css' ;
32
32
@import './components/article-content.css' ;
33
+ @import './components/column-content.css' ;
33
34
@import './components/footer.scss' ;
34
35
@import './components/footer.css' ;
35
36
@import './components/newsletter-banner.css' ;
Original file line number Diff line number Diff line change 131
131
padding-inline-start : var (--space-s );
132
132
}
133
133
}
134
-
135
- .column-content {
136
- & li : has (+ li ) {
137
- margin-bottom : var (--space-xs );
138
- }
139
- }
Original file line number Diff line number Diff line change
1
+ .column-content {
2
+ & li .active {
3
+ background-color : var (--joy-background-header );
4
+ }
5
+ }
Original file line number Diff line number Diff line change 45
45
--joy-background-banner : var (--joy-color-100 );
46
46
--joy-background-footer : var (--joy-color-200 );
47
47
--joy-background-blockquote : var (--joy-color-100 );
48
+ --joy-background-active : var (--joy-color-200 );
48
49
49
50
--joy-background-mask : var (--color-darken );
50
51
--joy-background-reset : white;
103
104
--joy-background-banner : var (--color-slate-900 );
104
105
--joy-background-footer : var (--color-slate-800 );
105
106
--joy-background-blockquote : var (--color-slate-800 );
107
+ --joy-background-active : var (--color-slate-800 );
106
108
107
109
--joy-background-mask : var (--color-lighten );
108
110
--joy-background-reset : var (--color-slate-950 );
You can’t perform that action at this time.
0 commit comments