fix some colors, like/dislike activated
This commit is contained in:
parent
3b23bd7790
commit
b08c44983b
@ -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;
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user