From 70adae46a89a91cbbffe9eb6a57378ec6e93e7ba Mon Sep 17 00:00:00 2001 From: kvakazyambra Date: Mon, 27 Nov 2023 23:59:07 +0300 Subject: [PATCH] Fixed hover color on in the popup buttons on the feed page --- src/components/Feed/FeedArticlePopup.module.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Feed/FeedArticlePopup.module.scss b/src/components/Feed/FeedArticlePopup.module.scss index 89aab48d..b2cfa6d3 100644 --- a/src/components/Feed/FeedArticlePopup.module.scss +++ b/src/components/Feed/FeedArticlePopup.module.scss @@ -19,7 +19,7 @@ &:hover { background: #000; - color: #fff; + color: #fff !important; } } }