From b08c44983b51d407c596370a8897886e0afbd402 Mon Sep 17 00:00:00 2001 From: matty Date: Mon, 22 Apr 2024 22:56:43 -0400 Subject: [PATCH] fix some colors, like/dislike activated --- assets/style.css | 23 +++++++++++++++++++++++ package.json | 2 +- 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/assets/style.css b/assets/style.css index 64acc7e..bf3baaa 100644 --- a/assets/style.css +++ b/assets/style.css @@ -65,6 +65,29 @@ input.p-inputtext.p-component.ng-star-inserted { } +button.action-button.action-button-like.activated svg { + color: green; +} + +button.action-button.action-button-dislike.activated svg { + color: red; +} + +.alert.pt-alert-primary.ng-star-inserted, +.instance-information { +display: none; +} + +a { +color: #f57200; +text-decoration: none; +} + +a:hover { +color: #D16100; +text-decoration: underline; +} + .icon.icon-logo { display: inline-block; margin-right: 5px; diff --git a/package.json b/package.json index da55a37..38574e1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "peertube-theme-nctv-dark", - "version": "1.1.4", + "version": "1.1.5", "description": "NCTV dark theme", "engine": { "peertube": ">=4.2.0"