Skip to content

Commit 27f6ec9

Browse files
committed
fix(base): extlink -> ext-link
1 parent 47f131f commit 27f6ec9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/layouts/base.njk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
body {
2525
background-image: url({{ '/img/bg-interior-tile-drk.jpg' | htmlBaseUrl }});
2626
}
27-
a.extlink .icon {
27+
a.ext-link .icon {
2828
background: url({{ '/img/extlink.png' | htmlBaseUrl }}) 0 50% no-repeat;
2929
}
3030
#search:after {

0 commit comments

Comments
 (0)