Fix channel actor name accessibility

pull/6648/head
Chocobozzz 2024-09-19 10:24:59 +02:00
parent 2539f579e6
commit 7c1498f01c
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
3 changed files with 2 additions and 4 deletions

View File

@ -54,7 +54,7 @@ my-edit-button {
.video-channel-name {
font-size: 14px;
color: $grey-actor-name;
color: pvar(--greyForegroundColor);
@include margin-left(5px);
}

View File

@ -28,7 +28,7 @@
.actor-name {
font-size: 14px;
color: $grey-actor-name;
color: pvar(--greyForegroundColor);
@include margin-left(5px);
}

View File

@ -34,8 +34,6 @@ $fg-color: #212529;
$red: #FF0000;
$green: #38AB0B;
$grey-actor-name: #777272;
$expanded-horizontal-margins: 150px;
$not-expanded-horizontal-margins: 30px;