diff --git a/css/styles.css b/css/styles.css index 30dc332..b53d80a 100644 --- a/css/styles.css +++ b/css/styles.css @@ -673,10 +673,18 @@ img { top: 50%; left: 50%; transform: translate(-50%, -50%); - color: white; - font-size: 50px; + width: 50px; + height: 50px; opacity: 1; - transition: opacity 0.3s; + background-image: url('../img/play-icon.svg'); + background-size: contain; + background-repeat: no-repeat; + background-position: center; +} + +/* Cacher l'icĂ´ne Font Awesome originale */ +.video-play-icon i { + display: none; } .video-info { diff --git a/img/play-icon.svg b/img/play-icon.svg new file mode 100644 index 0000000..5f25807 --- /dev/null +++ b/img/play-icon.svg @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file