File tree Expand file tree Collapse file tree 3 files changed +13
-5
lines changed Expand file tree Collapse file tree 3 files changed +13
-5
lines changed Original file line number Diff line number Diff line change @@ -176,11 +176,18 @@ body {
176
176
177
177
.navbar-item .icon img ,
178
178
.navbar-item .icon svg {
179
- fill : currentColor;
180
179
width : inherit;
181
180
height : inherit;
182
181
}
183
182
183
+ .navbar-item .icon img {
184
+ filter : invert (10% );
185
+ }
186
+
187
+ .navbar-item .icon svg {
188
+ fill : currentColor;
189
+ }
190
+
184
191
.navbar-link {
185
192
padding-right : 2.5em ;
186
193
}
@@ -315,6 +322,10 @@ body {
315
322
padding-left : 0 ;
316
323
}
317
324
325
+ .navbar-item .icon img {
326
+ filter : invert (100% );
327
+ }
328
+
318
329
.navbar-dropdown {
319
330
background : var (--navbar-menu-background );
320
331
border : 1px solid var (--navbar-menu-border-color );
Original file line number Diff line number Diff line change 86
86
</div>
87
87
--}}
88
88
<a class =" navbar-item" href =" https://github.com/asciidoctor" target =" _blank" rel =" noopener" >
89
- <span class =" icon" ><img src =" {{{ uiRootPath }}} /img/octicons-16.svg#view-mark-github-w " ></span >
89
+ <span class =" icon" ><img src =" {{{ uiRootPath }}} /img/octicons-16.svg#view-mark-github" ></span >
90
90
</a >
91
91
</div >
92
92
</div >
You can’t perform that action at this time.
0 commit comments