Merge branch 'main' of gitea.nicecrew.digital:matty/peertube-theme-nctv-dark
This commit is contained in:
commit
2d00abc61e
@ -34,7 +34,10 @@ body {
|
|||||||
--mainHoverColor: #2a4858;
|
--mainHoverColor: #2a4858;
|
||||||
}
|
}
|
||||||
|
|
||||||
span.instance-name {
|
span.instance-name,
|
||||||
|
h1.instance-name.home-page,
|
||||||
|
.custom-markup-container h1,
|
||||||
|
.custom-markup-container a.instance-name {
|
||||||
background: -webkit-linear-gradient(left, #0083F5, #f57200 65%) !important;
|
background: -webkit-linear-gradient(left, #0083F5, #f57200 65%) !important;
|
||||||
background-clip: text !important;
|
background-clip: text !important;
|
||||||
-webkit-background-clip: text !important;
|
-webkit-background-clip: text !important;
|
||||||
@ -42,6 +45,7 @@ span.instance-name {
|
|||||||
-o-background-clip: text !important;
|
-o-background-clip: text !important;
|
||||||
-ms-background-clip: text !important;
|
-ms-background-clip: text !important;
|
||||||
-webkit-text-fill-color: transparent !important;
|
-webkit-text-fill-color: transparent !important;
|
||||||
|
font-weight: 900 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
input.p-inputtext.p-component.ng-star-inserted {
|
input.p-inputtext.p-component.ng-star-inserted {
|
||||||
@ -58,7 +62,9 @@ input.p-inputtext.p-component.ng-star-inserted {
|
|||||||
.modal-body p a:hover {
|
.modal-body p a:hover {
|
||||||
color: #D16100 !important;
|
color: #D16100 !important;
|
||||||
text-decoration: none !important;
|
text-decoration: none !important;
|
||||||
}
|
font-weight: 900 !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
.icon.icon-logo {
|
.icon.icon-logo {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
@ -71,6 +77,22 @@ input.p-inputtext.p-component.ng-star-inserted {
|
|||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.custom-markup-container a {
|
||||||
|
color: #f57200 !important;
|
||||||
|
text-decoration: underline !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
input.p-inputtext.p-component.ng-star-inserted {
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
|
||||||
|
.external-login-blocks {
|
||||||
|
color: red;
|
||||||
|
font-size: 2rem;
|
||||||
|
width: 80%;
|
||||||
|
}
|
||||||
|
|
||||||
/* .svg.feather.feather-thumbs-up:hover {
|
/* .svg.feather.feather-thumbs-up:hover {
|
||||||
color: green !important;
|
color: green !important;
|
||||||
}
|
}
|
||||||
@ -243,3 +265,9 @@ a.video-miniature-account.ng-star-inserted:hover {
|
|||||||
input#search-video {
|
input#search-video {
|
||||||
box-shadow: rgba(200, 200, 200, 0.1) 0 1px 20px 0 !important;
|
box-shadow: rgba(200, 200, 200, 0.1) 0 1px 20px 0 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Livechat plugin styling */
|
||||||
|
|
||||||
|
.chat-msg__time {
|
||||||
|
display: none !important;
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user