Fix strange borders on main logo in Chrome and Firefox
An img tag gets default styling in these browsers & acts strangely when a src isn't present, and since we switch the logo with css, this can just be a div. Tested & working with all themes in Chrome & Firefox.
This commit is contained in:
committed by
Christopher Felegy
parent
0fecdf69bb
commit
bafdce4df6
@@ -5,7 +5,7 @@ title: Home
|
||||
|
||||
# Discord.Net Documentation
|
||||
|
||||
<img class="big-logo logo-switcher" />
|
||||
<div class="big-logo logo-switcher" />
|
||||
|
||||
## What is Discord.Net?
|
||||
|
||||
|
||||
Reference in New Issue
Block a user