Docs: fix unicode arrows

This commit is contained in:
Wilson Snyder 2021-04-11 21:49:15 -04:00
parent 62b528c2e3
commit 136468ca78

View File

@ -2,3 +2,15 @@
.wy-side-nav-search > div.version {
color: #111;
}
.fa-github::before, .icon-github::before {
content: "";
}
.fa-home::before, .icon-home::before {
content: "";
}
.fa-arrow-circle-right::before, .icon-circle-arrow-right::before {
content: "";
}
.fa-arrow-circle-left::before, .icon-circle-arrow-left::before {
content: "";
}