Skip to content

Commit d5708e1

Browse files
committed
Updated to use the Monokai theme for syntax highlighting
1 parent c417220 commit d5708e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/static.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
sudo apt-get install -y pandoc
4040
pandoc README.md -s -o index.html --metadata title="Hytale Server Docker" \
4141
--include-in-header=<(cat <<'EOF'
42-
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/styles/github.min.css">
42+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/styles/monokai.min.css">
4343
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/highlight.min.js"></script>
4444
<script>document.addEventListener('DOMContentLoaded', () => hljs.highlightAll());</script>
4545
EOF

0 commit comments

Comments
 (0)