From 3f5554816e1cae558b416ee5215cc4e41e32b738 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hasan=20=C3=96zbey?= <48382593+the-turk@users.noreply.github.com> Date: Fri, 10 Apr 2020 13:50:36 +0300 Subject: [PATCH] Fix mobile notification bubble on colored header (#2109) --- less/common/Navigation.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/less/common/Navigation.less b/less/common/Navigation.less index c97b2fe72..ca29ed68a 100644 --- a/less/common/Navigation.less +++ b/less/common/Navigation.less @@ -49,12 +49,12 @@ content: ' '; display: block; position: absolute; - background: @primary-color; + background: @header-color; top: 10px; right: 3px; width: 14px; height: 14px; border-radius: 7px; - border: 2px solid @body-bg; + border: 2px solid @header-bg; } }