Skip to content

Commit 6529f63

Browse files
committed
Fix dark mode background
1 parent d743a39 commit 6529f63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ render_md: src/render_md.cr
1818
style.css: assets/style.css Makefile
1919
(cat assets/style.css && \
2020
echo '/* https://github.com/sindresorhus/github-markdown-css */' && \
21-
curl https://cdnjs.cloudflare.com/ajax/libs/github-markdown-css/5.2.0/github-markdown.css | sed 's/\.markdown-body/article/' \
21+
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/' \
2222
) >style.css
2323

2424
lib: shard.lock

0 commit comments

Comments
 (0)