From 706e29218e428d528972410d81d90c0c558fbfd3 Mon Sep 17 00:00:00 2001 From: Elliot Thiebaut Date: Mon, 10 Jun 2024 00:16:08 -0400 Subject: [PATCH] Fixed dark mode background Removed the background property that forced the background color to white. --- src/app/app.css | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/app/app.css b/src/app/app.css index 2526226..bce2f21 100644 --- a/src/app/app.css +++ b/src/app/app.css @@ -4,8 +4,6 @@ margin: 0; padding: calc(unit * 2); - background: #fff; - font-size: font-size; }