update background color and shit

This commit is contained in:
matty 2024-03-29 18:17:31 -04:00
parent 0fabf3fece
commit ec021ded22
2 changed files with 19 additions and 3 deletions

View File

@ -6,7 +6,7 @@
body { body {
--mainBackgroundColor: #141414; --mainBackgroundColor: #121313;
--mainForegroundColor: #FFF; --mainForegroundColor: #FFF;
--mainBackgroundHoverColor: #fef3ec; --mainBackgroundHoverColor: #fef3ec;
@ -44,6 +44,22 @@ span.instance-name {
-webkit-text-fill-color: transparent !important; -webkit-text-fill-color: transparent !important;
} }
input.p-inputtext.p-component.ng-star-inserted {
color: white;
}
.custom-markup-container a ,
.modal-body p a {
color: #f57200 !important;
text-decoration: underline !important;
}
.custom-markup-container a:hover,
.modal-body p a:hover {
color: #D16100 !important;
text-decoration: none !important;
}
.icon.icon-logo { .icon.icon-logo {
display: inline-block; display: inline-block;
margin-right: 5px; margin-right: 5px;

View File

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