From 4b85603f30d087787bbd4f12f30cc793261c6b87 Mon Sep 17 00:00:00 2001 From: Tom Moor Date: Thu, 7 Jan 2021 23:25:14 -0800 Subject: [PATCH] chore: Text highlight blue -> yellow --- shared/styles/theme.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/styles/theme.js b/shared/styles/theme.js index 3d578994..8d6c3a34 100644 --- a/shared/styles/theme.js +++ b/shared/styles/theme.js @@ -67,7 +67,7 @@ export const base = { selected: colors.primary, buttonBackground: colors.primary, buttonText: colors.white, - textHighlight: "#B3E7FF", + textHighlight: "#FDEA9B", codeComment: "#6a737d", codePunctuation: "#5e6687",