From 5bd3c94e870c289ceddf3d30bb0fe027f35e47bb Mon Sep 17 00:00:00 2001 From: Vxrtrauter <101264710+Vxrtrauter@users.noreply.github.com> Date: Fri, 10 Apr 2026 13:32:38 +0200 Subject: [PATCH] fix: set body opacity to 1 in main.css and adjust index.html for initial visibility --- docs/index.html | 2 +- docs/main.css | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/index.html b/docs/index.html index facbd39..e426d0f 100644 --- a/docs/index.html +++ b/docs/index.html @@ -27,7 +27,7 @@ - +

KeksPirates

diff --git a/docs/main.css b/docs/main.css index f9760b2..45559e7 100644 --- a/docs/main.css +++ b/docs/main.css @@ -12,6 +12,7 @@ body { flex-direction: column; min-height: 100vh; background: #0f1011; + opacity: 1 !important; } header {