From 9e632710005325b5554c284278c27d81d09b8d14 Mon Sep 17 00:00:00 2001 From: Adam Burgess Date: Sun, 22 Aug 2021 22:38:24 +1000 Subject: [PATCH] make box background a little darker --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index f2453dd..018fc35 100644 --- a/index.html +++ b/index.html @@ -67,7 +67,7 @@ } .box { - background: rgba(0, 0, 0, 0.35); + background: rgba(0, 0, 0, 0.5); backdrop-filter: blur(6px); border-radius: 6px;