From 65f541946d0cc48e030e60ee0d1385f57a8c3295 Mon Sep 17 00:00:00 2001 From: vinzv Date: Thu, 8 Oct 2020 20:52:57 +0200 Subject: [PATCH] intensify notification bubble color --- view/theme/frio/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/view/theme/frio/css/style.css b/view/theme/frio/css/style.css index 11b6d212ee..1fa2d61797 100644 --- a/view/theme/frio/css/style.css +++ b/view/theme/frio/css/style.css @@ -479,7 +479,7 @@ nav.navbar .nav > li > button:focus position: absolute; top: 4px; right: -2px; - background-color: #ff8989; + background-color: #ff3535; } #topbar-first #intro-update{ cursor: pointer;