We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 193c225 commit 0301fd3Copy full SHA for 0301fd3
src/css/header.css
@@ -215,6 +215,7 @@ body {
215
display: block;
216
}
217
218
+.navbar-item .icon img,
219
.navbar-item .icon svg {
220
fill: currentColor;
221
width: inherit;
src/img/octicons-16.svg
src/partials/header-content.hbs
@@ -88,9 +88,7 @@
88
</div>
89
--}}
90
<a class="navbar-item" href="https://github.com/asciidoctor" target="_blank" rel="noopener">
91
- <span class="icon">
92
- <svg xmlns="http://www.w3.org/2000/svg"><use href="{{{uiRootPath}}}/img/octicons-16.svg#icon-mark-github"></use></svg>
93
- </span>
+ <span class="icon"><img src="{{{uiRootPath}}}/img/octicons-16.svg#view-mark-github-w"></span>
94
</a>
95
96
0 commit comments