css fix, inputfile

This commit is contained in:
2024-07-08 17:24:55 +09:00
parent f21b467afb
commit aad9b00323
10 changed files with 204 additions and 48 deletions

View File

@@ -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;
}
}
}