39 lines
543 B
CSS
39 lines
543 B
CSS
img.logo {
|
|
border-radius: var(--pico-border-radius);
|
|
}
|
|
|
|
header .container {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
form a[role="button"] {
|
|
width: 100%;
|
|
}
|
|
|
|
i.owner {
|
|
color: var(--pico-color-amber-200);
|
|
}
|
|
|
|
.template {
|
|
display: none;
|
|
}
|
|
|
|
a.group {
|
|
text-decoration: none;
|
|
}
|
|
|
|
.group-owner, .group i {
|
|
margin-left: .5em;
|
|
}
|
|
|
|
.group-owner {
|
|
color: var(--pico-color-zinc-500);
|
|
}
|
|
|
|
.music-count {
|
|
font-weight: 900;
|
|
color: var(--pico-color-zinc-500);
|
|
margin-left: .5em;
|
|
}
|