developer.bitcoin.org icon indicating copy to clipboard operation
developer.bitcoin.org copied to clipboard

Add SVG logo

Open wbnns opened this issue 4 years ago • 1 comments

We should use an SVG logo instead of a PNG to improve quality and responsiveness across devices:

CleanShot 2020-05-21 at 11 09 03

wbnns avatar May 21 '20 09:05 wbnns

I checked the PR list but didn’t find any mentions to tag here, closed issue, right?

https://github.com/bitcoin-dot-org/developer.bitcoin.org/blob/master/_theme/static/sphinxbootstrap4.css_t#L395

.logo-light {
    content: '';
    width: 270px;
    height: 33px;
    background: url('./Logo-light.svg') no-repeat;
    background-size: contain;
}

image

l33d4n avatar Jun 16 '20 17:06 l33d4n