refactoring css

This commit is contained in:
2025-04-07 22:35:12 +02:00
parent 003f2547a3
commit 558416e7ad
13 changed files with 70 additions and 75 deletions

View File

@@ -6,7 +6,7 @@
.orb {
position: absolute;
border-radius: 100%;
z-index: -999;
z-index: var(--index-orb);
}
.green {
@@ -42,5 +42,5 @@
position: fixed;
top: 0;
left: 0;
z-index: -1000;
z-index: var(--index-background);
}