/*
 * Branding CSS file. This file is intentially left blank. If you want to
 * customize Swagger Editor you can serve this file with your CSS that overrides
 * or extends Swagger Editor styling.
*/
a.logo {
    background-image: url('https://alpine.io/wp-content/uploads/2016/06/logo.png');
    background-repeat: no-repeat;
    background-position: 50% 50%;
}