Browse Source

Fix focused background color of notifications of direct toots (#6021)

pull/5/head
Lynx Kotoura 8 years ago committed by Yamagishi Kazutoshi
parent
commit
0d3ffa691e
  1. 4
      app/javascript/styles/mastodon/components.scss

4
app/javascript/styles/mastodon/components.scss

@ -705,6 +705,10 @@
.status.status-direct {
background: lighten($ui-base-color, 12%);
&.muted {
background: transparent;
}
}
.detailed-status,

Loading…
Cancel
Save