From 78eec8d722ca71d54161d1e56c02b8a7fe90971e Mon Sep 17 00:00:00 2001 From: etherware-novice <73374039+etherware-novice@users.noreply.github.com> Date: Thu, 1 Aug 2024 10:10:30 -0500 Subject: [PATCH] fix for negative z objects being covered --- _sass/main.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/_sass/main.scss b/_sass/main.scss index fa5f683..1de48af 100644 --- a/_sass/main.scss +++ b/_sass/main.scss @@ -2,9 +2,11 @@ @import "statuscafe"; @import "fonts"; +html { + background-color: #2196F3; +} html, body { - background-color: #2196F3; color: black; text-align: center; margin: 1px;