Improved text highlight colour

This commit is contained in:
James Ritchie
2022-04-01 13:38:33 +01:00
parent 110de37242
commit 5814053968
+1 -1
View File
@@ -343,7 +343,7 @@ function createOutputForMatch(
"", "",
isHighlighted isHighlighted
? "text-white underline underline-offset-1" ? "text-white underline underline-offset-1"
: "text-indigo-400" : "text-indigo-600 dark:text-indigo-400"
) )
: "" : ""
} }