From 340cc8c8bdc577612029cd0177bda6023869e59f Mon Sep 17 00:00:00 2001 From: memdmp Date: Thu, 9 Apr 2026 18:24:11 +0200 Subject: fix: don't ship the css for post markdown everywhere --- src/app.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/app.css') diff --git a/src/app.css b/src/app.css index 4e82df1..ecb7864 100644 --- a/src/app.css +++ b/src/app.css @@ -116,7 +116,7 @@ } } -#postmd { +@utility post-markdown { @apply font-sans; a { @apply quicklink text-nowrap; -- cgit v1.2.3