chore: Text highlight blue -> yellow

This commit is contained in:
Tom Moor
2021-01-07 23:25:14 -08:00
parent 34598b317d
commit 4b85603f30

View File

@ -67,7 +67,7 @@ export const base = {
selected: colors.primary,
buttonBackground: colors.primary,
buttonText: colors.white,
textHighlight: "#B3E7FF",
textHighlight: "#FDEA9B",
codeComment: "#6a737d",
codePunctuation: "#5e6687",