Files
codeocean/app/javascript/vis.js
Sebastian Serth 944b455194 Introduce Dark Mode
This commit mainly changes the color definitions. Mostly, those changes are semantically equally, but there are a few changes that occurred to align the color scheme within the app.
2023-07-31 11:48:42 +02:00

6 lines
79 B
JavaScript

/* eslint no-console:0 */
// JS
import * as vis from 'vis';
window.vis = vis;