From 998b63a35256ac985a5a2714dd1ca451af4dfd8a Mon Sep 17 00:00:00 2001 From: Fuwn Date: Wed, 9 Oct 2024 00:41:20 -0700 Subject: chore(prettier): use spaces instead of tabs --- 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 8fc0568c..9c5a3132 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