From b52f66a2eedd093d9fe7b8404d0abd53eb4f926a Mon Sep 17 00:00:00 2001
From: Patrick Marsceill <patrick.marsceill@gmail.com>
Date: Sun, 18 Nov 2018 11:06:59 -0500
Subject: [PATCH] Turn off dark by default

---
 _config.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/_config.yml b/_config.yml
index 107980d6..9b02ede0 100644
--- a/_config.yml
+++ b/_config.yml
@@ -29,4 +29,5 @@ aux_links:
   "Just the Docs on GitHub":
     - "//github.com/pmarsceill/just-the-docs"
 
-color_scheme: "dark"
+# Color scheme currently only supports "dark" or nil (default)
+color_scheme: nil
-- 
GitLab