developer.bitcoin.org
developer.bitcoin.org copied to clipboard
Add SVG logo
We should use an SVG logo instead of a PNG to improve quality and responsiveness across devices:
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;
}
