opn-repo
opn-repo copied to clipboard
Dracula theme missing icons
Hi,
after activating the Dracula theme my dashboard is missing some icons:
I found out that the Font-Awesome v4-shims.min.css is overwriting the default font with a wrong unicode symbol:
v4-shims.min.css (Line 444):
.fa.fa-exchange::before
{
content: "\f362";
}
font-awesome.min.css (Line 839):
.fa-arrow-right-arrow-left::before, .fa-exchange::before
{
content: "\f0ec";
}
If i change the css to use the default font-awesome code (\f0ec) it works