From 7a40e77de14045d61ff4a033348802625490ff40 Mon Sep 17 00:00:00 2001 From: Mitchell McCaffrey Date: Sun, 28 Jun 2020 13:47:05 +1000 Subject: [PATCH] Updated progress indicator style --- src/theme.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/theme.js b/src/theme.js index 764f012..2e4cc10 100644 --- a/src/theme.js +++ b/src/theme.js @@ -163,6 +163,10 @@ export default { img: { maxWidth: "100%", }, + progress: { + color: "text", + backgroundColor: "overlay", + }, }, prism: { ".comment,.prolog,.doctype,.cdata,.punctuation,.operator,.entity,.url": {