:root {
    --dokka-logo-height: 35px;
    --dokka-logo-width: 208px;
}

.library-name--link::before {
    background-size: var(--dokka-logo-width)
        var(--dokka-logo-height);
    width: var(--dokka-logo-width);
    height: var(--dokka-logo-height);
}

/* Hide the name string by matching the background color. (couldn't find another way)
 The name is in the logo which is configured above.
*/
.library-name--link {
    color: var(--color-dark);
}
