From d391e01b59b3fc2b943acaf3c97475bd2ec198d2 Mon Sep 17 00:00:00 2001 From: Claire Date: Thu, 8 Feb 2024 21:09:51 +0100 Subject: [PATCH] Revert notification bar color for now --- app/javascript/flavours/glitch/styles/components.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/javascript/flavours/glitch/styles/components.scss b/app/javascript/flavours/glitch/styles/components.scss index 8e5bc45383..af23aca901 100644 --- a/app/javascript/flavours/glitch/styles/components.scss +++ b/app/javascript/flavours/glitch/styles/components.scss @@ -7464,7 +7464,8 @@ img.modal-warning { .notification__filter-bar, .account__section-headline { - background: $ui-base-color; + // deliberate glitch-soc choice for now + background: darken($ui-base-color, 4%); border-bottom: 1px solid lighten($ui-base-color, 8%); cursor: default; display: flex;