update some shit, bump version
This commit is contained in:
parent
83b800d94d
commit
09f03d22b5
@ -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;
|
||||
}
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user