From 67694c48d930155e26f19af256ee3e69d44632d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?marcin=20miko=C5=82ajczak?= Date: Wed, 27 Apr 2022 23:24:16 +0200 Subject: [PATCH] reply-mentions styles MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: marcin mikołajczak --- app/styles/components/reply-mentions.scss | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/app/styles/components/reply-mentions.scss b/app/styles/components/reply-mentions.scss index 5312d0859..6e10654b8 100644 --- a/app/styles/components/reply-mentions.scss +++ b/app/styles/components/reply-mentions.scss @@ -2,11 +2,7 @@ @apply text-gray-500 dark:text-gray-400 mb-1 text-sm; &__account { - @apply text-primary-600 no-underline; - - &:hover { - @apply underline text-primary-800; - } + @apply text-primary-600 dark:text-primary-400 hover:text-primary-800 dark:hover:text-primary-300 no-underline hover:underline; } }