Skip to content

Commit 41fc73b

Browse files
hartzellvsoch
authored andcommitted
Use prettier arrows in sidebar (#52)
See discussion in #51
1 parent fb34818 commit 41fc73b

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

assets/css/customstyles.css

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -426,10 +426,13 @@ a.accordion-toggle, a.accordion-collapsed {
426426
}
427427

428428
.nav li > a > span:after {
429-
content: '\25be';
429+
font-family: FontAwesome;
430+
content: "\f105";
430431
}
432+
431433
.nav li.active > a > span:after {
432-
content: '\25b4';
434+
font-family: FontAwesome;
435+
content: "\f107";
433436
}
434437

435438
.nav a:hover, .nav li.active > a {

0 commit comments

Comments
 (0)