Refactor group detail and musikgame detail templates for improved owner visibility and styling; update CSS for music count display
This commit is contained in:
parent
43ba52f31e
commit
78e5be580b
5 changed files with 64 additions and 49 deletions
|
@ -25,9 +25,15 @@ a.group {
|
|||
}
|
||||
|
||||
.group-owner, .group i {
|
||||
margin-left: .5rem;
|
||||
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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue