Lighten the background image in mastodon-light theme

pull/2116/head
Tomasz Sterna 2023-02-16 12:38:10 +01:00
parent ee42505452
commit bfe303180c
1 changed files with 4 additions and 0 deletions

View File

@ -264,6 +264,10 @@ html {
background: $white;
}
.status.collapsed.has-background::before {
background-image: linear-gradient(to bottom, rgba($ui-base-color, .75), rgba($ui-base-color, .65) 24px, rgba($ui-base-color, .8));
}
// Change the background colors of status__content__spoiler-link
.reply-indicator__content .status__content__spoiler-link,
.status__content .status__content__spoiler-link {