[Glitch] Change "direct message" nomenclature to "private mention" in web UI (#2158)

Port 68a192e718 to glitch-soc

Signed-off-by: Plastikmensch <plastikmensch@users.noreply.github.com>
This commit is contained in:
Plastikmensch
2023-06-11 13:33:45 +02:00
committed by GitHub
parent af97a6ac5a
commit fefdc3244c
10 changed files with 13 additions and 13 deletions

View File

@ -218,7 +218,7 @@
background: lighten($ui-base-color, 4%);
&.status.status-direct {
background: lighten($ui-base-color, 12%);
background: mix(lighten($ui-base-color, 4%), $ui-highlight-color, 95%);
&.muted {
background: transparent;
@ -264,7 +264,7 @@
}
&.status-direct {
background: lighten($ui-base-color, 8%);
background: mix($ui-base-color, $ui-highlight-color, 95%);
border-bottom-color: lighten($ui-base-color, 12%);
}

View File

@ -264,7 +264,7 @@ html {
// Change the background colors of statuses
.focusable:focus {
background: $ui-base-color;
background: lighten($white, 4%);
}
.detailed-status,