From 79a71ac70cf0dfedcb25008d6524f6c047be41a2 Mon Sep 17 00:00:00 2001 From: lowlighter <22963968+lowlighter@users.noreply.github.com> Date: Fri, 2 Apr 2021 09:28:07 +0200 Subject: [PATCH] Update label contributions color --- source/templates/classic/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/templates/classic/style.css b/source/templates/classic/style.css index 9948a605..2f2560a1 100644 --- a/source/templates/classic/style.css +++ b/source/templates/classic/style.css @@ -768,7 +768,7 @@ font-size: .7rem; margin-left: 6px; margin-right: -10px; - background-color: #DDEEFF; + background-color: #58A6FF10; padding: 0 7px; border-top-right-radius: 32px; border-bottom-right-radius: 32px;