Skip to content

Commit 5214fd2

Browse files
fixed icons
1 parent 7ff9b88 commit 5214fd2

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed
Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,29 @@
11
#docs-nav .toctree-l1:nth-child(1):before,
22
#docs-cards .toctree-l1:nth-child(1) i:before {
33
font-family: FontAwesome;
4-
content: "\f3e2";
4+
content: "\f135";
55
}
66

77
#docs-nav .toctree-l1:nth-child(2):before,
88
#docs-cards .toctree-l1:nth-child(2) i:before {
99
font-family: FontAwesome;
10-
content: "\f135";
10+
content: "\f0e8";
1111
}
1212

1313
#docs-nav .toctree-l1:nth-child(3):before,
1414
#docs-cards .toctree-l1:nth-child(3) i:before {
1515
font-family: FontAwesome;
16-
content: "\f0e8";
16+
content: "\f542";
1717
}
1818

1919
#docs-nav .toctree-l1:nth-child(4):before,
2020
#docs-cards .toctree-l1:nth-child(4) i:before {
2121
font-family: FontAwesome;
22-
content: "\f542";
22+
content: "\f714";
2323
}
2424

2525
#docs-nav .toctree-l1:nth-child(5):before,
2626
#docs-cards .toctree-l1:nth-child(5) i:before {
27-
font-family: FontAwesome;
28-
content: "\f714";
29-
}
30-
31-
#docs-nav .toctree-l1:nth-child(6):before,
32-
#docs-cards .toctree-l1:nth-child(6) i:before {
3327
font-family: FontAwesome;
3428
content: "\f505";
3529
}

0 commit comments

Comments
 (0)