From a555ce0f3854e68a9267ba5d6bea35f91cfbf797 Mon Sep 17 00:00:00 2001 From: Max Wofford Date: Thu, 7 Oct 2021 14:28:27 -0400 Subject: [PATCH] Revert "feat: force light mode on website" This reverts commit c444c88f655b0bdd6e5c3600c58910f6e87f81eb. --- lib/theme.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/theme.js b/lib/theme.js index b371c1f7..392f4dad 100644 --- a/lib/theme.js +++ b/lib/theme.js @@ -13,8 +13,4 @@ theme.layout.copy.maxWidth = [null, null, 'copyPlus'] theme.text.title.fontSize = [5, 6] -/**Disable dark mode */ -theme.useColorSchemeMediaQuery = false -theme.colors.modes = {} - export default theme