Update custom.scss

This commit is contained in:
cactuzhead 2025-05-15 16:16:57 +01:00 committed by GitHub
parent 1a38784fae
commit b22b34f8ed
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,50 +6,3 @@
.lowercase {
text-transform: lowercase !important;
}
.site-header-inner {
display: flex;
align-items: center;
gap: 10px;
}
.site-logo img {
max-height: 40px;
width: auto;
}
.site-title {
font-size: 1.5em;
color: inherit;
text-decoration: none;
display: inline-block;
}
.label {
display: inline-block;
padding: 2px 6px;
border-radius: 3px;
font-size: 0.8em;
margin-left: 5px;
vertical-align: middle;
}
span.label.label-grey {
background-color: #ededed;
color: #6c757d;
}
.menu-label {
background-color: #2196F3;
color: white;
padding: 2px 6px;
border-radius: 3px;
font-size: 0.8em;
margin-left: 5px;
}