added Deezer, Qobuz and Tidal
This commit is contained in:
parent
5921717021
commit
1d57a5e2ab
6 changed files with 663 additions and 0 deletions
|
@ -134,6 +134,26 @@ button:hover,
|
|||
filter: brightness(90%);
|
||||
}
|
||||
|
||||
/* Deezer */
|
||||
.button.button-deezer {
|
||||
color: #ffffff;
|
||||
background-color: #181818;
|
||||
}
|
||||
.button.button-deezer:hover,
|
||||
.button.button-deezer:focus {
|
||||
filter: brightness(90%);
|
||||
}
|
||||
|
||||
/* Deezer Alt */
|
||||
.button.button-deezer-alt {
|
||||
color: #ffffff;
|
||||
background-color: #181818;
|
||||
}
|
||||
.button.button-deezer-alt:hover,
|
||||
.button.button-deezer-alt:focus {
|
||||
filter: brightness(90%);
|
||||
}
|
||||
|
||||
/* Devpost */
|
||||
.button.button-devpost {
|
||||
color: #ffffff;
|
||||
|
@ -251,6 +271,16 @@ button:hover,
|
|||
filter: brightness(90%);
|
||||
}
|
||||
|
||||
/* Qobuz */
|
||||
.button.button-qobuz {
|
||||
color: #ffffff;
|
||||
background-color: #000000;
|
||||
}
|
||||
.button.button-qobuz:hover,
|
||||
.button.button-qobuz:focus {
|
||||
filter: brightness(90%);
|
||||
}
|
||||
|
||||
/* ResearchGate */
|
||||
.button.button-researchgate {
|
||||
color: #000000;
|
||||
|
@ -272,6 +302,16 @@ button:hover,
|
|||
filter: brightness(90%);
|
||||
}
|
||||
|
||||
/* Tidal */
|
||||
.button.button-tidal {
|
||||
color: #ffffff;
|
||||
background-color: #000000;
|
||||
}
|
||||
.button.button-tidal:hover,
|
||||
.button.button-tidal:focus {
|
||||
filter: brightness(90%);
|
||||
}
|
||||
|
||||
/* Vero */
|
||||
.button.button-vero {
|
||||
color: #ffffff;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue