From 1c8d2838c4c77ad659c8465994d30896265a59a7 Mon Sep 17 00:00:00 2001 From: hippoz <10706925-hippoz@users.noreply.gitlab.com> Date: Thu, 1 Sep 2022 20:53:57 +0300 Subject: [PATCH] lower alpha of background of mentions --- frontend/public/global.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/public/global.css b/frontend/public/global.css index 6214cc7..8bb90ce 100644 --- a/frontend/public/global.css +++ b/frontend/public/global.css @@ -39,7 +39,7 @@ --purple-2: hsl(280, 78%, 45%); --blue-2: hsl(200, 78%, 45%); - --blue-alpha-2: hsl(200, 78%, 45%, 20%); + --blue-alpha-2: hsl(200, 78%, 45%, 10%); --green-2: hsl(140, 78%, 40%); --yellow-2: hsl(50, 78%, 60%); --red-2: hsl(2, 78%, 60%);