From e0ac7306a7b27aa178e0edb873451d9984799936 Mon Sep 17 00:00:00 2001 From: Sam Date: Mon, 28 Oct 2024 14:03:11 -0400 Subject: [PATCH] fix styles --- src/web/assets/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/web/assets/style.css b/src/web/assets/style.css index 92bd749..bd2b1c0 100644 --- a/src/web/assets/style.css +++ b/src/web/assets/style.css @@ -50,8 +50,8 @@ html { } body { font-family: monospace; - background-color: var(--bg-1); - color: var(--fg-1); + /* background-color: var(--bg-1); */ + /* color: var(--fg-1); */ margin: 0; line-height: 1.2; height: 100%;