Skip to content

Commit 4dafa58

Browse files
committed
style: improved syntax highlighting
1 parent d1f4756 commit 4dafa58

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

phpmyfaq/admin/assets/scss/style.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
@import '../../../../node_modules/bootstrap-icons/font/bootstrap-icons';
2626

2727
// Highlight.js
28-
@import '../../../../node_modules/highlight.js/styles/default.css';
28+
@import '../../../../node_modules/highlight.js/styles/github-dark.css';
2929

3030
// Import Mixins
3131
@import 'mixins.scss';

phpmyfaq/assets/scss/style.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
@import 'vanilla-cookieconsent/dist/cookieconsent.css';
3030

3131
// Highlight.js
32-
@import '../../../node_modules/highlight.js/styles/default.css';
32+
@import '../../../node_modules/highlight.js/styles/github-dark.css';
3333

3434
// Layouts
3535
@import 'layout/autocomplete';

0 commit comments

Comments
 (0)