fix: set body opacity to 1 in main.css and adjust index.html for initial visibility

This commit is contained in:
Vxrtrauter
2026-04-10 13:32:38 +02:00
parent 7c456d4aef
commit 5bd3c94e87
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -27,7 +27,7 @@
<body>
<body style="opacity:0">
<header>
<div class="logo-text">
<h1>KeksPirates</h1>
+1
View File
@@ -12,6 +12,7 @@ body {
flex-direction: column;
min-height: 100vh;
background: #0f1011;
opacity: 1 !important;
}
header {