start huge dashboard rework; improve dark theme
This commit is contained in:
parent
14feb47640
commit
f324c249f6
21 changed files with 365 additions and 235 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue