diff options
author | Hyper! (Stitch) <info@urgero.org> | 2017-11-19 19:04:51 +0000 |
---|---|---|
committer | Hyper! (Stitch) <info@urgero.org> | 2017-11-19 19:04:51 +0000 |
commit | f065689407b4cb9d7bd142fa35efe1bb8b75a4de (patch) | |
tree | ff44d335403f32b0fb750eecec11779faf2b9b52 | |
parent | 97bb99edbac79b65f334897d704f6e6901c045e2 (diff) | |
download | pleroma-f065689407b4cb9d7bd142fa35efe1bb8b75a4de.tar.gz |
Update pl-dark-masto-fe.css
-rw-r--r-- | priv/static/packs/pl-dark-masto-fe.css | 127 |
1 files changed, 127 insertions, 0 deletions
diff --git a/priv/static/packs/pl-dark-masto-fe.css b/priv/static/packs/pl-dark-masto-fe.css index e69de29bb..1cf766474 100644 --- a/priv/static/packs/pl-dark-masto-fe.css +++ b/priv/static/packs/pl-dark-masto-fe.css @@ -0,0 +1,127 @@ +h1.column-header { + background-color: #182230; + color: #d8a070; +} + +button.column-header__button { + background-color: #182230; +} + +div.status.status-public { + background-color: #121a24; +} + +button.column-header__button.active { + background-color: #182230; +} + +div.notification.notification-favourite.focusable { + background-color: #121a24; +} + +span.display-name__account { + color: #d8a070; +} + +a.status__relative-time time { + color: #d8a070; +} + +div.status__wrapper.status__wrapper-public.focusable { + background-color: #121a24; +} + +div.status__prepend { + background-color: #121a24; +} + +a.status-link { + color: #d8a070; +} + +i.fa { + color: #d8a070; +} + +button.status__action-bar-button.icon-button { + color: #d8a070; +} + +div.status__content.status__content--with-action { + color: #b9b9ba; +} + +div.drawer__inner { + background-color: #121a24; +} + +a.drawer__tab { + background-color: #182230; + color: #d8a070; +} + +div.column-header { + background-color: #182230; +} + +a.column-link { + background-color: #121a24; +} + +div.column-subheading { + background-color: #182230; + color: #b9b9ba; +} + +div.static-content.getting-started { + display: none; + height: 0px; +} + +div.column-header__collapsible-inner { + background-color: #182230; + color: #b9b9ba; +} + +button.button.button--block { + background-color: #d8a070; +} + +button.column-header__back-button { + background-color: #182230; + color: #d8a070; +} + +button.column-back-button { + background-color: #182230; + color: #d8a070; +} + +div.scrollable.detailed-status__wrapper { + background-color: #121a24; +} + +div.detailed-status { + background-color: #121a24; +} + +div.detailed-status__action-bar { + background-color: #121a24; +} + +a.navigation-bar__profile-edit span { + color: #d8a070; +} + +div.compose-form__buttons { + background-color: #182230; + color: #b9b9ba; +} + +button.text-icon-button { + color: #d8a070; +} + +div.getting-started__footer.scrollable.optionally-scrollable { + background-color: #121a24; +}
\ No newline at end of file |