mirror of
https://github.com/verilator/verilator.git
synced 2025-01-21 05:44:03 +00:00
Docs: fix unicode arrows
This commit is contained in:
parent
62b528c2e3
commit
136468ca78
12
docs/_static/css/vlt_sphinx.css
vendored
12
docs/_static/css/vlt_sphinx.css
vendored
@ -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: "";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user