Ajout de youtube + spotify

This commit is contained in:
stiti
2024-05-26 17:44:28 +02:00
parent 9798f648d4
commit 2bcedf4f24
7 changed files with 179 additions and 48 deletions

View File

@@ -35,7 +35,7 @@ a {
a:hover {
text-decoration: underline;
}
/* Styles pour les boutons de pagination */
.pagination {
text-align: center;
margin-top: 20px;
@@ -58,4 +58,19 @@ a:hover {
.pagination .active {
background-color: #29043e;
}
}
.music-links {
margin-top: 10px;
}
.music-links a {
display: inline-block;
margin-right: 10px;
color: #560d61;
text-decoration: none;
}
.music-links a:hover {
text-decoration: underline;
}