Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into develop

This commit is contained in:
lain 2018-03-24 11:03:33 +01:00
commit d1ee3edd3c

View file

@ -24,12 +24,8 @@
.notification { .notification {
background-color: #121a24; background-color: #121a24;
} }
.display-name__html, .reply-indicator__display-name .display-name__html,
.display-name__account { .reply-indicator__display-name .display-name__account {
color: #d8a070;
}
.status__relative-time {
color: #d8a070; color: #d8a070;
} }
@ -45,14 +41,6 @@
color: #d8a070; color: #d8a070;
} }
.fa {
color: #d8a070;
}
.icon-button {
color: #d8a070 !important;
}
.status__content.status__content--with-action { .status__content.status__content--with-action {
color: #b9b9ba; color: #b9b9ba;
} }
@ -129,20 +117,16 @@
color: #d8a070; color: #d8a070;
} }
.text-icon-button {
color: #d8a070;
}
.getting-started__footer { .getting-started__footer {
background-color: #121a24; background-color: #121a24;
} }
.notification__message{ .notification__message{
background-color: #121a24; background-color: #121a24;
} }
a.status-link{ a.status-link{
color: #d8a070; color: #d8a070;
} }
.column { .column {
flex: 1 1 auto !important; flex: 1 1 auto !important;
} }