activitypub transmogrifier: rewrite incoming hashtags
[akkoma] / priv / static / packs / pl-dark-masto-fe.css
index 90650b9156fb42e08c0629f943306e25395e729d..019cf25b571959736f31154f185c8431bed7b131 100644 (file)
@@ -7,6 +7,12 @@
     background-color: #182230;
 }
 
+.reply-indicator,
+.reply-indicator__content {
+    background-color: #182230;
+    color: #b9b9ba;
+}
+
 .status.status-public {
     background-color: #121a24;
 }
     background-color: #182230;
 }
 
-.notification.notification-favourite.focusable {
+.notification {
     background-color: #121a24;
 }
-
-.display-name__account {
-    color: #d8a070;
-}
-
-.status__relative-time {
+.reply-indicator__display-name .display-name__html,
+.reply-indicator__display-name .display-name__account {
     color: #d8a070;
 }
 
     color: #d8a070;
 }
 
-.fa {
-    color: #d8a070;
-}
-
-.icon-button {
-    color: #d8a070;
-}
-
 .status__content.status__content--with-action {
     color: #b9b9ba;
 }
 .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;
 }
 
 .compose-form__buttons {
     background-color: #182230;
-    color: #b9b9ba;
-}
-
-.text-icon-button {
     color: #d8a070;
 }
 
     background-color: #121a24;
 }
 .notification__message{
-    background-color: #121a24;    
+    background-color: #121a24;
 
-}
\ No newline at end of file
+}
+a.status-link{
+    color: #d8a070;
+}
+.column {
+flex: 1 1 auto !important;
+}