diff options
author | lain <lain@soykaf.club> | 2018-03-24 11:03:33 +0100 |
---|---|---|
committer | lain <lain@soykaf.club> | 2018-03-24 11:03:33 +0100 |
commit | d1ee3edd3cf8262520421fda551e931d6a8e5733 (patch) | |
tree | 93244233111c5b6b66a7877bb84505aacfec807b | |
parent | eb7ce61ca511ac7066fbaa5795f30f48135ac224 (diff) | |
parent | c32058b3e2f3612d9e6d248e4d837f7f2793ed47 (diff) | |
download | pleroma-d1ee3edd3cf8262520421fda551e931d6a8e5733.tar.gz |
Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into develop
-rw-r--r-- | priv/static/packs/pl-dark-masto-fe.css | 26 |
1 files changed, 5 insertions, 21 deletions
diff --git a/priv/static/packs/pl-dark-masto-fe.css b/priv/static/packs/pl-dark-masto-fe.css index dc35b5408..019cf25b5 100644 --- a/priv/static/packs/pl-dark-masto-fe.css +++ b/priv/static/packs/pl-dark-masto-fe.css @@ -24,12 +24,8 @@ .notification { background-color: #121a24; } -.display-name__html, -.display-name__account { - color: #d8a070; -} - -.status__relative-time { +.reply-indicator__display-name .display-name__html, +.reply-indicator__display-name .display-name__account { color: #d8a070; } @@ -45,14 +41,6 @@ color: #d8a070; } -.fa { - color: #d8a070; -} - -.icon-button { - color: #d8a070 !important; -} - .status__content.status__content--with-action { color: #b9b9ba; } @@ -129,20 +117,16 @@ color: #d8a070; } -.text-icon-button { - color: #d8a070; -} - .getting-started__footer { background-color: #121a24; } .notification__message{ - background-color: #121a24; + background-color: #121a24; } a.status-link{ color: #d8a070; } -.column { +.column { flex: 1 1 auto !important; -}
\ No newline at end of file +} |