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

@ -28,7 +28,7 @@ h1 {
}
.artist-avatar #remove-avatar {
margin-top: .5em;
padding: .3em .4em;
padding: .3em .6em;
}
.artist-info {
@ -75,7 +75,7 @@ input[type="text"]:focus {
justify-content: right;
}
.card-title a.button {
.card-header a.button {
text-decoration: none;
}
@ -90,6 +90,13 @@ input[type="text"]:focus {
border-radius: 16px;
background: var(--bg-2);
box-shadow: var(--shadow-md);
cursor: pointer;
transition: background .1s;
}
.credit:hover {
background: var(--bg-1);
}
.release-artwork {