From f46920443f1f3a79478ff631b6545da820c78103 Mon Sep 17 00:00:00 2001 From: intergrav Date: Mon, 09 Jun 2025 23:32:22 +0000 Subject: [PATCH] fix: oops forgot to save --- slight.css | 2 +- 1 file(s) changed, 1 insertion(s)(+), 1 deletion(s)(-) diff --git a/slight.css b/slight.css --- a/slight.css +++ b/slight.css @@ -21,7 +21,7 @@ --sc-font-mono: ui-monospace, "Cascadia Code", "Source Code Pro", Menlo, Consolas, "DejaVu Sans Mono", monospace; --sc-line-height: 1.5; /* set to 'revert' to use default */ - --sc-body-max-width: 48rem; /* set to 'revert' to remove limit */ + --sc-max-width: 48rem; /* set to 'revert' to remove limit */ /* unsafe variables - not recommended to customize, may be removed or changed in the future */ --sc-emphasizebd: light-dark(rgba(0, 0, 0, 0.2), rgba(255, 255, 255, 0.2)); -- tangled.sh