improved site-loading

🎨 fixed body-background
This commit is contained in:
lunarydess
2024-03-10 19:20:58 +01:00
parent 4bb5618016
commit 839c5c1877
2 changed files with 14 additions and 13 deletions

View File

@@ -30,6 +30,7 @@ html * {
color: rgb(var(--text));
scrollbar-color: rgb(var(--purple)) rgb(var(--mantle));
scrollbar-width: auto;
z-index: 1 !important;
}
canvas {
@@ -38,7 +39,7 @@ canvas {
position: absolute !important;
left: 0 !important;
top: 0 !important;
z-index: -1 !important;
z-index: 0 !important;
}
rect {
@@ -60,8 +61,8 @@ rect {
}
body {
background-color: rgba(0, 0, 0, 0.0);
z-index: 0;
background-color: rgba(var(--base), 1.0);
z-index: -1;
}
main {