From ec021ded22c42fa6b33e33104611eb2ae7eb3ea6 Mon Sep 17 00:00:00 2001 From: matty Date: Fri, 29 Mar 2024 18:17:31 -0400 Subject: [PATCH] update background color and shit --- assets/style.css | 18 +++++++++++++++++- package.json | 4 ++-- 2 files changed, 19 insertions(+), 3 deletions(-) diff --git a/assets/style.css b/assets/style.css index 1ab23cc..7465c8c 100644 --- a/assets/style.css +++ b/assets/style.css @@ -6,7 +6,7 @@ body { - --mainBackgroundColor: #141414; + --mainBackgroundColor: #121313; --mainForegroundColor: #FFF; --mainBackgroundHoverColor: #fef3ec; @@ -44,6 +44,22 @@ span.instance-name { -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 { display: inline-block; margin-right: 5px; diff --git a/package.json b/package.json index cc49792..da55a37 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "peertube-theme-nctv-dark", - "version": "1.1.3", - "description": "NCTV dark theme.", + "version": "1.1.4", + "description": "NCTV dark theme", "engine": { "peertube": ">=4.2.0" },