File tree Expand file tree Collapse file tree 5 files changed +21
-253
lines changed Expand file tree Collapse file tree 5 files changed +21
-253
lines changed Original file line number Diff line number Diff line change 41
41
42
42
.home-link {
43
43
display : block;
44
- background : url(../ img/home-o .svg) no-repeat center;
44
+ background : url(../ img/octicons-24 .svg#view-home ) no-repeat center;
45
45
height : calc (var (--toolbar-height ) / 2 );
46
46
width : calc (var (--toolbar-height ) / 2 );
47
47
margin : calc (var (--toolbar-height ) / 4 );
48
+ margin-right : 0.5rem ;
49
+ filter : invert (10% ); /* NOTE should match --navbar-background */
48
50
}
49
51
50
52
.home-link : hover ,
51
53
.home-link .is-current {
52
- background-image : url(../ img/home .svg);
54
+ background-image : url(../ img/octicons-24 .svg#view-home-fill );
53
55
}
54
56
55
57
.edit-this-page {
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
<div class =" toolbar" role =" navigation" >
2
2
{{> nav-toggle }}
3
3
{{ #with site.homeUrl }}
4
- <a href =" {{{ relativize this }}} " class =" home-link{{ #if @root.page.home }} is-current{{ /if }} " ></a >
4
+ <a href =" {{{ relativize this }}} " class =" home-link{{ #if @root.page.home }} is-current{{ /if }} " title = " Home " ></a >
5
5
{{ /with }}
6
6
{{> breadcrumbs }}
7
7
{{> page-versions }}
You can’t perform that action at this time.
0 commit comments