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;