css fix, inputfile
This commit is contained in:
@@ -2,10 +2,15 @@
|
||||
|
||||
body {
|
||||
--body-font: "Segoe UI Variable", "Segoe UI", sans-serif;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
height: 100vh;
|
||||
font-family: var(--body-font);
|
||||
font-size: var(--type-ramp-base-font-size);
|
||||
line-height: var(--type-ramp-base-line-height);
|
||||
margin: 0;
|
||||
font-weight: var(--font-weight);
|
||||
color: var(--neutral-foreground-rest);
|
||||
background: var(--neutral-fill-layer-rest);
|
||||
}
|
||||
|
||||
.navmenu-icon {
|
||||
@@ -188,4 +193,4 @@ code {
|
||||
left: 20px;
|
||||
right: unset;
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user