There are some user style browser exensions which allow adding custom CSS codes to sites.
Add the following CSS snippet to en.wikipedia.org
to reveal the true logo!
.mw-wiki-logo {
background-image: url(https://pic8.co/sh/GHTuQt.png);
background-size: 180px auto;
margin-top: 5px;
}
There are some user style browser exensions which allow adding custom CSS codes to sites.
Add the following CSS snippet to `en.wikipedia.org` to reveal the true logo!
~~~
.mw-wiki-logo {
background-image: url(https://pic8.co/sh/GHTuQt.png);
background-size: 180px auto;
margin-top: 5px;
}
~~~
(post is archived)