start huge dashboard rework; improve dark theme

This commit is contained in:
ari melody 2025-10-21 15:37:40 +01:00
parent 14feb47640
commit f324c249f6
Signed by: ari
GPG key ID: CF99829C92678188
21 changed files with 365 additions and 235 deletions

View file

@ -1,20 +1,16 @@
@import url("/admin/static/release-list-item.css");
.artist {
margin-bottom: .5em;
padding: .5em;
display: flex;
flex-direction: row;
align-items: center;
gap: .5em;
color: var(--fg-3);
background: var(--bg-2);
box-shadow: var(--shadow-md);
border-radius: 16px;
text-align: center;
transition: background .1s ease-out;
cursor: pointer;
transition: background .1s ease-out, color .1s ease-out;
}
.artist:hover {
@ -23,10 +19,9 @@
}
.artist-avatar {
width: 32px;
height: 32px;
width: 100%;
object-fit: cover;
border-radius: 100%;
border-radius: 8px;
}
.track {
@ -39,6 +34,8 @@
border-radius: 8px;
background: #f8f8f8f8;
border: 1px solid #808080;
transition: background .1s ease-out, color .1s ease-out;
}
.track p {