Skip to content

Commit

Permalink
Fix dark mode background
Browse files Browse the repository at this point in the history
  • Loading branch information
oprypin committed Jul 15, 2023
1 parent d743a39 commit 6529f63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ render_md: src/render_md.cr
style.css: assets/style.css Makefile
(cat assets/style.css && \
echo '/* https://github.com/sindresorhus/github-markdown-css */' && \
curl https://cdnjs.cloudflare.com/ajax/libs/github-markdown-css/5.2.0/github-markdown.css | sed 's/\.markdown-body/article/' \
curl https://cdnjs.cloudflare.com/ajax/libs/github-markdown-css/5.2.0/github-markdown.css | sed -E 's/^ *\.markdown-body \{/body, article {/; s/\.markdown-body/article/' \
) >style.css

lib: shard.lock
Expand Down

0 comments on commit 6529f63

Please sign in to comment.