This commit is contained in:
matty 2024-03-11 21:48:31 -04:00
parent 15cb2b0a1b
commit 392bdcf825
2 changed files with 8 additions and 2 deletions

View File

@ -83,10 +83,16 @@ svg.feather.feather-thumbs-down:visited,
} }
*/ */
.video-thumbnail:hover { a.video-thumbnail:hover {
transform: scale(1.02); transform: scale(1.02);
} }
a.video-thumbnail {
background-color: transparent !important;
border-radius: 0.65rem !important;
}
.logged-in-block, .logged-in-block,
.logged-in-block > div { .logged-in-block > div {
background-color: #181818 !important; background-color: #181818 !important;

View File

@ -1,6 +1,6 @@
{ {
"name": "peertube-theme-nctv-dark", "name": "peertube-theme-nctv-dark",
"version": "1.1.2", "version": "1.1.3",
"description": "NCTV dark theme.", "description": "NCTV dark theme.",
"engine": { "engine": {
"peertube": ">=4.2.0" "peertube": ">=4.2.0"