tidy up unfinished admin css

This commit is contained in:
ari melody 2025-10-20 08:31:36 +01:00
parent 13a84f7f25
commit 14feb47640
Signed by: ari
GPG key ID: CF99829C92678188
4 changed files with 20 additions and 6 deletions

View file

@ -313,19 +313,28 @@ dialog div.dialog-actions {
gap: .2em;
}
.card.links a.button:hover {
color: var(--bg-3) !important;
background-color: var(--fg-3) !important;
}
.card.links a.button[data-name="spotify"] {
color: #101010;
background-color: #8cff83
}
.card.links a.button[data-name="apple music"] {
color: #101010;
background-color: #8cd9ff
}
.card.links a.button[data-name="soundcloud"] {
color: #101010;
background-color: #fdaa6d
}
.card.links a.button[data-name="youtube"] {
color: #101010;
background-color: #ff6e6e
}