mirror of https://github.com/Chocobozzz/PeerTube
Fix colors
parent
fc771a63e1
commit
e2c557b126
|
@ -11,6 +11,6 @@
|
|||
}
|
||||
|
||||
.warning-replace-caption {
|
||||
color: #ff0000;
|
||||
color: $red;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
|
|
@ -31,7 +31,7 @@ my-peertube-checkbox {
|
|||
align-items: center;
|
||||
|
||||
a.caption-entry-label {
|
||||
color: #000;
|
||||
color: pvar(--mainForegroundColor);
|
||||
|
||||
@include disable-default-a-behaviour;
|
||||
|
||||
|
@ -53,11 +53,11 @@ my-peertube-checkbox {
|
|||
@include margin-right(15px);
|
||||
|
||||
&.caption-entry-state-create {
|
||||
color: #39CC0B;
|
||||
color: $green;
|
||||
}
|
||||
|
||||
&.caption-entry-state-delete {
|
||||
color: #FF0000;
|
||||
color: $red;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue