Skip to content

Commit 479a399

Browse files
refactor: removed dark theme
1 parent 6f7d65f commit 479a399

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

env.config.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,13 @@ module.exports = {
77
},
88
defaults: {
99
light: 'light',
10-
dark: 'dark',
1110
},
1211
variants: {
1312
light: {
1413
urls: {
1514
default: 'https://cdn.jsdelivr.net/npm/@openedx/paragon@alpha/dist/light.min.css',
1615
},
1716
},
18-
dark: {
19-
urls: {
20-
default: 'https://cdn.jsdelivr.net/npm/@edx/brand-edx.org@alpha/dist/light.min.css',
21-
},
22-
},
2317
},
2418
},
2519
};

0 commit comments

Comments
 (0)