Refactor header and base page
All checks were successful
Game Ideas build for PR / build_blazor_app (pull_request) Successful in 39s
All checks were successful
Game Ideas build for PR / build_blazor_app (pull_request) Successful in 39s
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user