diff --git a/assets/style.css b/assets/style.css index ac06c7c..65a1043 100644 --- a/assets/style.css +++ b/assets/style.css @@ -83,10 +83,16 @@ svg.feather.feather-thumbs-down:visited, } */ -.video-thumbnail:hover { +a.video-thumbnail:hover { transform: scale(1.02); } +a.video-thumbnail { + background-color: transparent !important; + border-radius: 0.65rem !important; +} + + .logged-in-block, .logged-in-block > div { background-color: #181818 !important; diff --git a/package.json b/package.json index bfdb897..cc49792 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "peertube-theme-nctv-dark", - "version": "1.1.2", + "version": "1.1.3", "description": "NCTV dark theme.", "engine": { "peertube": ">=4.2.0"