refactoring css
This commit is contained in:
@@ -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);
|
||||
}
|
||||
Reference in New Issue
Block a user