From 425de3f8650e56632e4d91a948676717250f3ccd Mon Sep 17 00:00:00 2001 From: Asherah Connor <1915+kivikakk@users.noreply.github.com> Date: Thu, 9 Sep 2021 07:00:11 +1000 Subject: markdown: use comrak syntect (#393) * markdown: use comrak syntect * css: make the code samples look better It ain't perfect, but it's probably good enough to start with: https://media.discordapp.net/attachments/188796211543801856/885244826180808754/20210908_15h26m30s_grim.png Signed-off-by: Christine Dodrill Co-authored-by: Christine Dodrill --- css/hack.css | 2 -- 1 file changed, 2 deletions(-) (limited to 'css/hack.css') diff --git a/css/hack.css b/css/hack.css index cbbc496..eb4281f 100644 --- a/css/hack.css +++ b/css/hack.css @@ -30,8 +30,6 @@ fieldset { margin: 0; } pre { - padding: 2rem; - margin: 1.75rem 0; background-color: #fff; border: 1px solid #ccc; overflow: auto; -- cgit v1.2.3