From 09f03d22b5ea5ac557f227509451fc6cfb1a4059 Mon Sep 17 00:00:00 2001 From: matty Date: Mon, 11 Mar 2024 20:10:45 -0400 Subject: [PATCH] update some shit, bump version --- assets/style.css | 25 +++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 26 insertions(+), 1 deletion(-) diff --git a/assets/style.css b/assets/style.css index 7fb032b..2557df0 100644 --- a/assets/style.css +++ b/assets/style.css @@ -34,6 +34,27 @@ body { --mainHoverColor: #2a4858; } +.span.instance-name { + background: -webkit-linear-gradient(left, #0083F5, #f57200 65%); + -webkit-background-clip: text; + -webkit-text-fill-color: transparent; +} + +.icon.icon-logo { + display: inline-block; + margin-right: 5px; + border-radius: 0px; + margin-top: 0.25rem; + background: url(https://cdn.nicecrew.digital/nctv_color_icon.png) 0% 0% / contain no-repeat; + width: 4rem; + height: 2.75rem; + position: relative; +} + +.video-thumbnail { + border-radius: 0.75rem; +} + .logged-in-block, .logged-in-block > div { background-color: #181818 !important; @@ -57,6 +78,10 @@ a.video-miniature-account.ng-star-inserted { color: #F57200; } +a.video-miniature-account.ng-star-inserted:hover { + color: #f5720085 +} + .menu-link:hover { color: #F57200 !important; } diff --git a/package.json b/package.json index c763466..a897204 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "peertube-theme-nctv-dark", - "version": "1.0.4", + "version": "1.0.6", "description": "NCTV dark theme.", "engine": { "peertube": ">=4.2.0"