From 124d05a6c3ff3926ae9cafce752c9a75c9dd0082 Mon Sep 17 00:00:00 2001 From: uncenter <47499684+uncenter@users.noreply.github.com> Date: Wed, 1 Jan 2025 15:06:48 -0500 Subject: [PATCH] fix(hoppscotch): text selection color (#1553) Co-authored-by: Ashish Kumar --- styles/hoppscotch/catppuccin.user.less | 1 + 1 file changed, 1 insertion(+) diff --git a/styles/hoppscotch/catppuccin.user.less b/styles/hoppscotch/catppuccin.user.less index 66faff58a1..c8137ca837 100644 --- a/styles/hoppscotch/catppuccin.user.less +++ b/styles/hoppscotch/catppuccin.user.less @@ -63,6 +63,7 @@ ::selection { background-color: fade(@accent, 30%); + color: @text !important; } input,