aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHyper! (Stitch) <info@urgero.org>2017-11-20 17:09:14 +0000
committerHyper! (Stitch) <info@urgero.org>2017-11-20 17:09:14 +0000
commit0c68e75b93c60d9a4c53f552ae033b21003a9ab6 (patch)
tree32a32a09f56b2ce95cf18b0b7e95052f624dc8f8
parentcb071745b5b65c5c90b397c905977645d1297a56 (diff)
downloadpleroma-0c68e75b93c60d9a4c53f552ae033b21003a9ab6.tar.gz
Update pl-dark-masto-fe.css
-rw-r--r--priv/static/packs/pl-dark-masto-fe.css11
1 files changed, 8 insertions, 3 deletions
diff --git a/priv/static/packs/pl-dark-masto-fe.css b/priv/static/packs/pl-dark-masto-fe.css
index 90650b915..0a9b426f3 100644
--- a/priv/static/packs/pl-dark-masto-fe.css
+++ b/priv/static/packs/pl-dark-masto-fe.css
@@ -15,7 +15,7 @@
background-color: #182230;
}
-.notification.notification-favourite.focusable {
+.notification {
background-color: #121a24;
}
@@ -44,7 +44,7 @@
}
.icon-button {
- color: #d8a070;
+ color: #d8a070 !important;
}
.status__content.status__content--with-action {
@@ -108,7 +108,12 @@
.detailed-status__action-bar {
background-color: #121a24;
}
-
+.status__action-bar-button{
+ background-color: #121a24;
+}
+.status__action-bar{
+ color:#d8a070;
+}
.navigation-bar__profile-edit span {
color: #d8a070;
}