blog-source/themes/next/source/css/_schemes/Muse/_header.styl
2022-03-15 20:46:31 +08:00

26 lines
319 B
Stylus

.custom-logo {
.site-meta-headline {
text-align: center;
}
.site-title {
color: $black-deep;
margin: 10px auto 0;
a {
border: 0;
}
}
}
.custom-logo-image {
background: white;
margin: 0 auto;
max-width: 150px;
padding: 5px;
}
.brand {
background: var(--btn-default-bg);
}