From ce84d75dafa19c6e37be9e1c22a54ec3e23d5476 Mon Sep 17 00:00:00 2001 From: Sam Date: Mon, 28 Oct 2024 14:11:18 -0400 Subject: [PATCH] undo style change --- 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 bd2b1c0..92bd749 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%;