From eae5d24d9e79e59a19d4721caaeaa0ca650ecb33 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Sun, 1 Mar 2026 16:20:51 -0800 Subject: chore(biome): drop formatter style overrides --- static/styles/risotto/risotto.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'static/styles/risotto/risotto.css') diff --git a/static/styles/risotto/risotto.css b/static/styles/risotto/risotto.css index 47842f05..dcb39266 100644 --- a/static/styles/risotto/risotto.css +++ b/static/styles/risotto/risotto.css @@ -7,6 +7,6 @@ @import "footer.css"; body { - background-color: var(--bg); - color: var(--fg); + background-color: var(--bg); + color: var(--fg); } -- cgit v1.2.3