Fix colors

pull/6610/head
Chocobozzz 2024-09-13 09:55:23 +02:00
parent fc771a63e1
commit e2c557b126
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
2 changed files with 4 additions and 4 deletions

View File

@ -11,6 +11,6 @@
} }
.warning-replace-caption { .warning-replace-caption {
color: #ff0000; color: $red;
margin-top: 10px; margin-top: 10px;
} }

View File

@ -31,7 +31,7 @@ my-peertube-checkbox {
align-items: center; align-items: center;
a.caption-entry-label { a.caption-entry-label {
color: #000; color: pvar(--mainForegroundColor);
@include disable-default-a-behaviour; @include disable-default-a-behaviour;
@ -53,11 +53,11 @@ my-peertube-checkbox {
@include margin-right(15px); @include margin-right(15px);
&.caption-entry-state-create { &.caption-entry-state-create {
color: #39CC0B; color: $green;
} }
&.caption-entry-state-delete { &.caption-entry-state-delete {
color: #FF0000; color: $red;
} }
} }