tidy up unfinished admin css
This commit is contained in:
parent
13a84f7f25
commit
14feb47640
4 changed files with 20 additions and 6 deletions
|
|
@ -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
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue