From 6ce40bb735edbbb84f1a66e410c089a2cf63ce73 Mon Sep 17 00:00:00 2001 From: Denny Nguyen Date: Sat, 5 Feb 2022 00:36:15 -0600 Subject: [PATCH] fix(index): use light theme as default fallback --- index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/index.html b/index.html index 7a0f7673..7bc3b5fc 100644 --- a/index.html +++ b/index.html @@ -34,6 +34,7 @@ search: ['/'], darklightTheme: { siteFont : 'Source Sans Pro, Helvetica Neue', + defaultTheme : 'light', codeFontFamily : 'Roboto Mono, Monaco, courier, monospace', bodyFontSize: '15px', }