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.
This commit is contained in:
@ -5,6 +5,3 @@ import hljs from 'highlight.js/lib/common'
|
||||
import julia from 'highlight.js/lib/languages/julia';
|
||||
hljs.registerLanguage('julia', julia);
|
||||
window.hljs = hljs;
|
||||
|
||||
// CSS
|
||||
import 'highlight.js/styles/base16/tomorrow.css'
|
||||
|
Reference in New Issue
Block a user