git-preview @ main

static git web frontend but with images and html previews + code truncation

css: fix ul padding in readme
Mon, 26 Dec 2022
1 files changed, 4 insertions(+), 0 deletions(-)
M static/style.css

@@ -158,6 +158,10 @@ background: var(--light-gray);

padding: 0.5rem; } +.readme ul { + padding: revert; +} + .diff { margin: 1rem 0 1rem 0; padding: 1rem 0 1rem 0;