aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHyper! (Stitch) <info@urgero.org>2017-11-20 16:54:32 +0000
committerHyper! (Stitch) <info@urgero.org>2017-11-20 16:54:32 +0000
commitcb071745b5b65c5c90b397c905977645d1297a56 (patch)
tree4315c1210adf4100f5dc3485e0f65e2ec626d303
parent36011fee4e70435a38552bc300bf6008df83f75f (diff)
downloadpleroma-cb071745b5b65c5c90b397c905977645d1297a56.tar.gz
Update pl-dark-masto-fe.css, fix notification_message and retweet
-rw-r--r--priv/static/packs/pl-dark-masto-fe.css64
1 files changed, 34 insertions, 30 deletions
diff --git a/priv/static/packs/pl-dark-masto-fe.css b/priv/static/packs/pl-dark-masto-fe.css
index 1cf766474..90650b915 100644
--- a/priv/static/packs/pl-dark-masto-fe.css
+++ b/priv/static/packs/pl-dark-masto-fe.css
@@ -1,127 +1,131 @@
-h1.column-header {
+.column-header {
background-color: #182230;
color: #d8a070;
}
-button.column-header__button {
+.column-header__button {
background-color: #182230;
}
-div.status.status-public {
+.status.status-public {
background-color: #121a24;
}
-button.column-header__button.active {
+.column-header__button.active {
background-color: #182230;
}
-div.notification.notification-favourite.focusable {
+.notification.notification-favourite.focusable {
background-color: #121a24;
}
-span.display-name__account {
+.display-name__account {
color: #d8a070;
}
-a.status__relative-time time {
+.status__relative-time {
color: #d8a070;
}
-div.status__wrapper.status__wrapper-public.focusable {
+.status__wrapper.status__wrapper-public.focusable {
background-color: #121a24;
}
-div.status__prepend {
+.status__prepend {
background-color: #121a24;
}
-a.status-link {
+.status-link {
color: #d8a070;
}
-i.fa {
+.fa {
color: #d8a070;
}
-button.status__action-bar-button.icon-button {
+.icon-button {
color: #d8a070;
}
-div.status__content.status__content--with-action {
+.status__content.status__content--with-action {
color: #b9b9ba;
}
-div.drawer__inner {
+.drawer__inner {
background-color: #121a24;
}
-a.drawer__tab {
+.drawer__tab {
background-color: #182230;
color: #d8a070;
}
-div.column-header {
+.column-header {
background-color: #182230;
}
-a.column-link {
+.column-link {
background-color: #121a24;
}
-div.column-subheading {
+.column-subheading {
background-color: #182230;
color: #b9b9ba;
}
-div.static-content.getting-started {
+.static-content.getting-started {
display: none;
height: 0px;
}
-div.column-header__collapsible-inner {
+.column-header__collapsible-inner {
background-color: #182230;
color: #b9b9ba;
}
-button.button.button--block {
+.button.button--block {
background-color: #d8a070;
}
-button.column-header__back-button {
+.column-header__back-button {
background-color: #182230;
color: #d8a070;
}
-button.column-back-button {
+.column-back-button {
background-color: #182230;
color: #d8a070;
}
-div.scrollable.detailed-status__wrapper {
+.scrollable.detailed-status__wrapper {
background-color: #121a24;
}
-div.detailed-status {
+.detailed-status {
background-color: #121a24;
}
-div.detailed-status__action-bar {
+.detailed-status__action-bar {
background-color: #121a24;
}
-a.navigation-bar__profile-edit span {
+.navigation-bar__profile-edit span {
color: #d8a070;
}
-div.compose-form__buttons {
+.compose-form__buttons {
background-color: #182230;
color: #b9b9ba;
}
-button.text-icon-button {
+.text-icon-button {
color: #d8a070;
}
-div.getting-started__footer.scrollable.optionally-scrollable {
+.getting-started__footer {
background-color: #121a24;
+}
+.notification__message{
+ background-color: #121a24;
+
} \ No newline at end of file