From 201c276a19775a98d22bd728ebea514cb71612ba Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 10 Sep 2023 18:16:13 +0200 Subject: [PATCH] opacity=0.9 --- templates/register.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/register.html b/templates/register.html index c5b4903b..fd0b82d3 100644 --- a/templates/register.html +++ b/templates/register.html @@ -58,7 +58,7 @@ header { #console { visibility: hidden; - background: rgba(0, 0, 0, 0.7); /* Adjust the background color and opacity as needed */ + background: rgba(0, 0, 0, 0.9); /* Adjust the background color and opacity as needed */ color: white; width: 570px; height: 570px;