Skip to content

Commit 22d0e94

Browse files
committed
use bootstrap icons link-45deg for anchor link icons
1 parent 92321d7 commit 22d0e94

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

_sass/kroxylicious.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ div.highlighter-rouge {
135135
// Anchor Links
136136

137137
h2>a.anchor, h3>a.anchor, h4>a.anchor, h5>a.anchor, h6>a.anchor {
138+
font-family: bootstrap-icons!important;
138139
display: block;
139140
margin-left: -1.5ex;
140141
position: absolute;
@@ -145,7 +146,7 @@ h2>a.anchor, h3>a.anchor, h4>a.anchor, h5>a.anchor, h6>a.anchor {
145146
}
146147

147148
h2>a.anchor::before, h3>a.anchor::before, h4>a.anchor::before, h5>a.anchor::before, h6>a.anchor::before {
148-
content: "\00A7";
149+
content: "\f470";
149150
}
150151

151152
h2:hover>a.anchor, h2>a.anchor:hover, h3:hover>a.anchor, h3>a.anchor:hover, h4:hover>a.anchor, h4>a.anchor:hover, h5:hover>a.anchor, h5>a.anchor:hover, h6:hover>a.anchor, h6>a.anchor:hover {

0 commit comments

Comments
 (0)