From 2c60cff0c765358743a065a52baa8bbcff914e07 Mon Sep 17 00:00:00 2001 From: Mitchell McCaffrey Date: Thu, 2 Jul 2020 17:00:50 +1000 Subject: [PATCH] Change markdown note color --- src/theme.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/theme.js b/src/theme.js index 7fc647e..827a5e2 100644 --- a/src/theme.js +++ b/src/theme.js @@ -270,8 +270,8 @@ export default { borderLeftColor: "#ff939b", }, note: { - backgroundColor: "#cd9937", - borderLeftColor: "#ffe493", + backgroundColor: "#4e5d68", + borderLeftColor: "#6889a1", }, }, };