From cf42913853a522ab48bf69af8e985ad05719c535 Mon Sep 17 00:00:00 2001 From: Denny Nguyen Date: Sat, 5 Feb 2022 00:30:47 -0600 Subject: [PATCH] feat(index): add dark theme --- index.html | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 47692ab0..7a0f7673 100644 --- a/index.html +++ b/index.html @@ -6,6 +6,12 @@ Free for developers + @@ -25,11 +31,20 @@ window.$docsify = { name: 'Free for developers', repo: 'ripienaar/free-for-dev', - search: ['/'] + search: ['/'], + darklightTheme: { + siteFont : 'Source Sans Pro, Helvetica Neue', + codeFontFamily : 'Roboto Mono, Monaco, courier, monospace', + bodyFontSize: '15px', + } } +