Commit de louay : Corrections du CSS

This commit is contained in:
stiti 2024-05-27 13:32:44 +02:00
parent 767eabf4a5
commit f00773bf8d

View File

@ -129,6 +129,6 @@ body {
.artist-details a.spotify:hover, .artist-details a.spotify:hover,
.artist-details a.deezer:hover, .artist-details a.deezer:hover,
.artist-details a.youtube:hover { .artist-details a.youtube:hover {
color: black; color: rgb(255, 255, 255);
background-color: rgba(255, 255, 255, 0.8); /* Fond légèrement plus clair au survol */ background-color: rgba(84, 15, 202, 0.8);
} }