From 2b7990fb144017f6bdeca42a67915f02c1fcf8f0 Mon Sep 17 00:00:00 2001 From: dr-frmr Date: Thu, 14 Nov 2024 14:08:12 -0500 Subject: [PATCH] fix: homepage modal background transparent --- kinode/packages/homepage/ui/src/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kinode/packages/homepage/ui/src/index.css b/kinode/packages/homepage/ui/src/index.css index 34ff1cfd..43589b70 100644 --- a/kinode/packages/homepage/ui/src/index.css +++ b/kinode/packages/homepage/ui/src/index.css @@ -322,7 +322,7 @@ footer { width: 100%; height: 100%; text-align: center; - background-color: light-dark(var(--off-black), var(--off-white)); + background-color: rgb(0, 0, 0, 0.8); display: flex; justify-content: center; align-items: center;