File tree Expand file tree Collapse file tree 4 files changed +7
-6
lines changed Expand file tree Collapse file tree 4 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -25,11 +25,13 @@ a + .breadcrumbs {
25
25
.breadcrumbs li {
26
26
display : inline;
27
27
margin : 0 ;
28
+ color : var (--ds-primary-main );
28
29
}
29
30
30
31
.breadcrumbs li ::after {
31
32
content : "/" ;
32
33
padding : 0 var (--ds-space-1 );
34
+ color : var (--toolbar-muted-color );
33
35
}
34
36
35
37
.breadcrumbs li : last-of-type ::after {
Original file line number Diff line number Diff line change 10
10
top : var (--navbar-height );
11
11
z-index : var (--z-index-toolbar );
12
12
padding-left : calc (24 / var (--rem-base ) * 1rem );
13
+ margin-top : calc (24 / var (--rem-base ) * 1rem );
13
14
}
14
15
15
16
.toolbar ul li : last-of-type {
16
17
color : var (--toolbar-muted-color );
17
18
}
18
19
19
20
.toolbar a {
20
- color : var ( --link-font-color ) ;
21
+ color : inherit ;
21
22
}
22
23
23
24
.nav-toggle ::after {
Original file line number Diff line number Diff line change 106
106
/* dimensions and positioning */
107
107
--site-padding : var (--ds-space-4 );
108
108
--navbar-height : calc (100 / var (--rem-base ) * 1rem );
109
- --toolbar-height : calc (45 / var (--rem-base ) * 1rem );
109
+ --toolbar-height : calc (22 / var (--rem-base ) * 1rem );
110
110
--drawer-height : var (--toolbar-height );
111
111
--body-top : var (--navbar-height );
112
112
--body-min-height : calc (100vh - var (--body-top ));
Original file line number Diff line number Diff line change 7
7
{{ /if }}
8
8
{{ /with }}
9
9
{{ #each page.breadcrumbs }}
10
- <li >
11
10
{{ ~#if (and ./url (eq ./urlType ' internal' ))~}}
11
+ <li >
12
12
<a href =" {{{ relativize ./url }}} " >{{{ ./content }}} </a >
13
- {{ ~else ~}}
14
- {{{ ./content }}}
15
- {{ ~/if ~}}
16
13
</li >
14
+ {{ ~/if ~}}
17
15
{{ /each }}
18
16
</ul >
19
17
{{ /if }}
You can’t perform that action at this time.
0 commit comments