Docs: fix unicode arrows
This commit is contained in:
parent
62b528c2e3
commit
136468ca78
|
|
@ -2,3 +2,15 @@
|
||||||
.wy-side-nav-search > div.version {
|
.wy-side-nav-search > div.version {
|
||||||
color: #111;
|
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: "";
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue