git-preview @ main

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

css: dark theme

Fri, 05 Jul 2024
1 files changed, 13 insertions(+), 0 deletions(-)
M static/style.css

@@ -12,6 +12,19 @@ --display-font: "InterDisplay", -apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI", sans-serif;

--mono-font: 'SF Mono', SFMono-Regular, ui-monospace, 'DejaVu Sans Mono', 'Roboto Mono', Menlo, Consolas, monospace; } +@media (prefers-color-scheme: dark) { + :root { + color-scheme: dark light; + --light: #181818; + --cyan: #76c7c0; + --light-gray: #333; + --medium-gray: #444;

… preview truncated