Refactor: Update style and dropdown (#10)

Co-authored-by: Maxime Adler <madler@sqli.com>
Reviewed-on: #10
This commit was merged in pull request #10.
This commit is contained in:
2025-04-08 16:10:01 +02:00
parent 003f2547a3
commit 3d5056ce91
38 changed files with 426 additions and 303 deletions

View File

@@ -1,12 +1,13 @@
.page {
display: flex;
flex-direction: column;
height: 100%;
overflow: hidden;
}
.orb {
position: absolute;
border-radius: 100%;
z-index: -999;
z-index: var(--index-orb);
}
.green {
@@ -42,5 +43,5 @@
position: fixed;
top: 0;
left: 0;
z-index: -1000;
z-index: var(--index-background);
}