Revert tabs background color so they are easier to visually distinguish from contents

local
Claire 8 months ago
parent d3f14dd7d4
commit 60ecca6acb
  1. 2
      app/javascript/flavours/glitch/styles/components/accounts.scss

@ -358,7 +358,7 @@
.notification__filter-bar,
.account__section-headline {
background: $ui-base-color;
background: darken($ui-base-color, 4%);
border-bottom: 1px solid lighten($ui-base-color, 8%);
cursor: default;
display: flex;

Loading…
Cancel
Save