Skip to content

Commit

Permalink
refactor: removed dark theme
Browse files Browse the repository at this point in the history
  • Loading branch information
PKulkoRaccoonGang committed Feb 27, 2025
1 parent 6f7d65f commit 479a399
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions env.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,13 @@ module.exports = {
},
defaults: {
light: 'light',
dark: 'dark',
},
variants: {
light: {
urls: {
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',
},
},
},
},
};

0 comments on commit 479a399

Please sign in to comment.