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%;