fix some colors, like/dislike activated

This commit is contained in:
matty 2024-04-22 22:56:43 -04:00
parent 3b23bd7790
commit b08c44983b
2 changed files with 24 additions and 1 deletions

View File

@ -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;

View File

@ -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"