Merge branch 'master' into glitch-soc/merge-upstream

Conflicts:
	app/javascript/styles/mastodon-light.scss
	config/locales/en.yml
	config/locales/fr.yml
	config/locales/simple_form.pl.yml
	config/themes.yml

Conflicts resolved by deleting config/themes.yml,
marking app/javascript/styles/mastodon-light.scss as added,
and taking all new translation strings, not removing anything from
them.
This commit is contained in:
Thibaut Girka
2018-05-21 16:40:02 +02:00
69 changed files with 412 additions and 120 deletions

View File

@ -1,5 +1,5 @@
.card {
background-color: lighten($ui-base-color, 4%);
background-color: $base-shadow-color;
background-size: cover;
background-position: center;
border-radius: 4px 4px 0 0;

View File

@ -4737,6 +4737,8 @@ a.status-card {
}
}
.community-timeline__section-headline,
.public-timeline__section-headline,
.account__section-headline {
background: darken($ui-base-color, 4%);
border-bottom: 1px solid lighten($ui-base-color, 8%);