Skip to content

Commit 2562654

Browse files
committed
fix syntaxhighlighter styles
The syntax highlighter theme is rather terrible, trying to do its own css reset with !important on everything. This makes it awful to do our own overrides of its behavior. It also tries to do things that are no longer relevant. Vendor the parts of the syntax highlighter theme that we need, removing the !important tags. This allows our own code to be simplified as well.
1 parent 30e74ff commit 2562654

File tree

7 files changed

+160
-768
lines changed

7 files changed

+160
-768
lines changed

build-assets.mjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ const config = {
2222
entryPoints: [
2323
'root/static/js/main.mjs',
2424
'root/static/less/style.less',
25-
'root/static/scss/style.scss',
2625
],
2726
assetNames: '[name]-[hash]',
2827
entryNames: '[name]-[hash]',

0 commit comments

Comments
 (0)