mirror of
https://github.com/KeksPirates/SoftwareManager.git
synced 2026-08-03 17:39:42 +02:00
fix: set body opacity to 1 in main.css and adjust index.html for initial visibility
This commit is contained in:
+1
-1
@@ -27,7 +27,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<body>
|
<body style="opacity:0">
|
||||||
<header>
|
<header>
|
||||||
<div class="logo-text">
|
<div class="logo-text">
|
||||||
<h1>KeksPirates</h1>
|
<h1>KeksPirates</h1>
|
||||||
|
|||||||
@@ -12,6 +12,7 @@ body {
|
|||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
background: #0f1011;
|
background: #0f1011;
|
||||||
|
opacity: 1 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
header {
|
header {
|
||||||
|
|||||||
Reference in New Issue
Block a user