From 5cf1e9e29da0e5d8b06e2f90aada9c518f02d1ba Mon Sep 17 00:00:00 2001 From: TatianaFokina Date: Fri, 11 Aug 2023 18:22:03 +0400 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=B5=D0=BB=D0=B0=D0=B5=D1=82=20=D0=BC?= =?UTF-8?q?=D0=BE=D1=80=D0=B4=D0=BE=D1=87=D0=BA=D1=83=20=D1=87=D1=91=D1=80?= =?UTF-8?q?=D0=BD=D0=BE=D0=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/styles/blocks/vote.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/blocks/vote.css b/src/styles/blocks/vote.css index bea5c7daf..722489abd 100644 --- a/src/styles/blocks/vote.css +++ b/src/styles/blocks/vote.css @@ -43,5 +43,5 @@ .vote--active { background-color: var(--vote-color); - color: inherit; + color: hsl(0, 0%, 0%); }