From 479a399b25258e0d230a172688968dfe2ccfb480 Mon Sep 17 00:00:00 2001 From: Peter Kulko <93188219+PKulkoRaccoonGang@users.noreply.github.com> Date: Mon, 22 Jul 2024 10:09:13 +0300 Subject: [PATCH] refactor: removed dark theme --- env.config.js | 6 ------ 1 file changed, 6 deletions(-) diff --git a/env.config.js b/env.config.js index 21a322793..c713be291 100644 --- a/env.config.js +++ b/env.config.js @@ -7,7 +7,6 @@ module.exports = { }, defaults: { light: 'light', - dark: 'dark', }, variants: { light: { @@ -15,11 +14,6 @@ module.exports = { default: 'https://cdn.jsdelivr.net/npm/@openedx/paragon@alpha/dist/light.min.css', }, }, - dark: { - urls: { - default: 'https://cdn.jsdelivr.net/npm/@edx/brand-edx.org@alpha/dist/light.min.css', - }, - }, }, }, };