diff --git a/client/src/app/+videos/+video-edit/shared/video-caption-add-modal.component.scss b/client/src/app/+videos/+video-edit/shared/video-caption-add-modal.component.scss index c0b670c65..626d06f8c 100644 --- a/client/src/app/+videos/+video-edit/shared/video-caption-add-modal.component.scss +++ b/client/src/app/+videos/+video-edit/shared/video-caption-add-modal.component.scss @@ -11,6 +11,6 @@ } .warning-replace-caption { - color: #ff0000; + color: $red; margin-top: 10px; } diff --git a/client/src/app/+videos/+video-edit/shared/video-edit.component.scss b/client/src/app/+videos/+video-edit/shared/video-edit.component.scss index 0537fc0b7..398df10a4 100644 --- a/client/src/app/+videos/+video-edit/shared/video-edit.component.scss +++ b/client/src/app/+videos/+video-edit/shared/video-edit.component.scss @@ -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; } }