From 1c0602c6b0093b18b09dcd1d7be5cd5eb719938e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20FAMIBELLE-PRONZOLA?= Date: Sun, 13 Apr 2025 10:25:41 +0400 Subject: [PATCH] make play icon permanent --- css/styles.css | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/css/styles.css b/css/styles.css index 40b116f..30dc332 100644 --- a/css/styles.css +++ b/css/styles.css @@ -675,12 +675,8 @@ img { transform: translate(-50%, -50%); color: white; font-size: 50px; - opacity: 0; - transition: opacity 0.3s; -} - -.video-card:hover .video-play-icon { opacity: 1; + transition: opacity 0.3s; } .video-info {