From 4d5b955a6188473562e2a42d5f2afd2e9a6d95f8 Mon Sep 17 00:00:00 2001 From: hanakin Date: Fri, 25 Nov 2016 00:26:53 +0100 Subject: [PATCH] [ticket/18465] Fix badge color PHPBB3-14865 --- phpBB/styles/prosilver/theme/colours.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/styles/prosilver/theme/colours.css b/phpBB/styles/prosilver/theme/colours.css index 10ed275a9a..46eaa999b5 100644 --- a/phpBB/styles/prosilver/theme/colours.css +++ b/phpBB/styles/prosilver/theme/colours.css @@ -1407,7 +1407,7 @@ li.notification-disapproved strong { } .badge { - background-color: #D31141; + background-color: #d31141; color: #ffffff; } /* stylelint-enable */