From 032567cce0d6b6c1c9a8f036059825aa85e8a733 Mon Sep 17 00:00:00 2001 From: Connor Olding Date: Tue, 7 Dec 2021 20:44:07 -0800 Subject: [PATCH] move padding out of body so bg color applies correctly --- sh/ghmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sh/ghmd b/sh/ghmd index 2420816..c68c5fe 100755 --- a/sh/ghmd +++ b/sh/ghmd @@ -21,7 +21,7 @@ ghmd() { ### @- 'href="https://eaguru.guru/t/github-markdown.css" ' \ 'media="all" rel="stylesheet" type="text/css"/>
' + 'margin: 0 auto;">
' curl -s --data-binary @- -H 'Content-Type: text/plain' \ https://api.github.com/markdown/raw local ret=$?