pleroma/priv/static/packs/pl-dark-masto-fe.css

133 lines
2.0 KiB
CSS
Raw Normal View History

.column-header {
2017-11-19 20:04:51 +01:00
background-color: #182230;
color: #d8a070;
}
.column-header__button {
2017-11-19 20:04:51 +01:00
background-color: #182230;
}
.reply-indicator,
.reply-indicator__content {
background-color: #182230;
color: #b9b9ba;
}
.status.status-public {
2017-11-19 20:04:51 +01:00
background-color: #121a24;
}
.column-header__button.active {
2017-11-19 20:04:51 +01:00
background-color: #182230;
}
2017-11-20 18:09:14 +01:00
.notification {
2017-11-19 20:04:51 +01:00
background-color: #121a24;
}
.reply-indicator__display-name .display-name__html,
.reply-indicator__display-name .display-name__account {
2017-11-19 20:04:51 +01:00
color: #d8a070;
}
.status__wrapper.status__wrapper-public.focusable {
2017-11-19 20:04:51 +01:00
background-color: #121a24;
}
.status__prepend {
2017-11-19 20:04:51 +01:00
background-color: #121a24;
}
.status-link {
2017-11-19 20:04:51 +01:00
color: #d8a070;
}
.status__content.status__content--with-action {
2017-11-19 20:04:51 +01:00
color: #b9b9ba;
}
.drawer__inner {
2017-11-19 20:04:51 +01:00
background-color: #121a24;
}
.drawer__tab {
2017-11-19 20:04:51 +01:00
background-color: #182230;
color: #d8a070;
}
.column-header {
2017-11-19 20:04:51 +01:00
background-color: #182230;
}
.column-link {
2017-11-19 20:04:51 +01:00
background-color: #121a24;
}
.column-subheading {
2017-11-19 20:04:51 +01:00
background-color: #182230;
color: #b9b9ba;
}
.static-content.getting-started {
2017-11-19 20:04:51 +01:00
display: none;
height: 0px;
}
.column-header__collapsible-inner {
2017-11-19 20:04:51 +01:00
background-color: #182230;
color: #b9b9ba;
}
.button.button--block {
2017-11-19 20:04:51 +01:00
background-color: #d8a070;
}
.column-header__back-button {
2017-11-19 20:04:51 +01:00
background-color: #182230;
color: #d8a070;
}
.column-back-button {
2017-11-19 20:04:51 +01:00
background-color: #182230;
color: #d8a070;
}
.scrollable.detailed-status__wrapper {
2017-11-19 20:04:51 +01:00
background-color: #121a24;
}
.detailed-status {
2017-11-19 20:04:51 +01:00
background-color: #121a24;
}
.detailed-status__action-bar {
2017-11-19 20:04:51 +01:00
background-color: #121a24;
}
2017-11-20 18:09:14 +01:00
.status__action-bar-button{
background-color: #121a24;
}
.status__action-bar{
color:#d8a070;
}
.navigation-bar__profile-edit span {
2017-11-19 20:04:51 +01:00
color: #d8a070;
}
.compose-form__buttons {
2017-11-19 20:04:51 +01:00
background-color: #182230;
color: #d8a070;
2017-11-19 20:04:51 +01:00
}
.getting-started__footer {
2017-11-19 20:04:51 +01:00
background-color: #121a24;
}
.notification__message{
background-color: #121a24;
}
a.status-link{
color: #d8a070;
}
.column {
flex: 1 1 auto !important;
}