From 177d771ec6813c9b9af94145a9e3a4ff1f2fde21 Mon Sep 17 00:00:00 2001 From: dimden Date: Tue, 19 Jul 2022 22:20:54 +0300 Subject: [PATCH] fix follows you color --- layouts/profile/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/profile/style.css b/layouts/profile/style.css index 8dbf2c30..81da1abb 100644 --- a/layouts/profile/style.css +++ b/layouts/profile/style.css @@ -1244,7 +1244,7 @@ a:hover, letter-spacing: .02em; text-transform: uppercase; color: #66757f; - background: red; + background: rgba(0, 0, 0, 0.08); width: fit-content; padding: 3px 7px; border-radius: 5px;