Dark mode

This commit is contained in:
Daniel Brendel
2022-11-15 22:23:50 +01:00
parent c3dd319460
commit d01a9e4fd6
8 changed files with 55 additions and 16 deletions

View File

@ -210,7 +210,7 @@ window.vue = new Vue({
});
import hljs from 'highlight.js';
import 'highlight.js/scss/github.scss';
import 'highlight.js/scss/github-dark.scss';
window.hljs = hljs;