Refactor header and base page
All checks were successful
Game Ideas build for PR / build_blazor_app (pull_request) Successful in 39s

This commit is contained in:
Maxime Adler
2025-04-08 14:28:33 +02:00
parent 778b123c64
commit 7cd289fc5d
18 changed files with 113 additions and 123 deletions

View File

@@ -22,7 +22,6 @@
--index-background: -100;
--index-orb: -1;
--index-content: 0;
--index-layout: 100;
--index-component: 300;
--index-floating: 500;
--index-backdrop: 700;
@@ -33,7 +32,8 @@
html {
font-family: 'Noto Sans', sans-serif;
font-size: 12px;
color: var(--white)
color: var(--white);
overflow: hidden;
}
html, body, #app {