We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1f4756 commit 4dafa58Copy full SHA for 4dafa58
phpmyfaq/admin/assets/scss/style.scss
@@ -25,7 +25,7 @@
25
@import '../../../../node_modules/bootstrap-icons/font/bootstrap-icons';
26
27
// Highlight.js
28
-@import '../../../../node_modules/highlight.js/styles/default.css';
+@import '../../../../node_modules/highlight.js/styles/github-dark.css';
29
30
// Import Mixins
31
@import 'mixins.scss';
phpmyfaq/assets/scss/style.scss
@@ -29,7 +29,7 @@
@import 'vanilla-cookieconsent/dist/cookieconsent.css';
32
-@import '../../../node_modules/highlight.js/styles/default.css';
+@import '../../../node_modules/highlight.js/styles/github-dark.css';
33
34
// Layouts
35
@import 'layout/autocomplete';
0 commit comments