This commit is contained in:
Seth 2025-05-18 20:19:19 -04:00
parent bc97623981
commit a8a4031437
5 changed files with 124 additions and 353 deletions

View file

@ -8,7 +8,7 @@ const build = async () => {
entrypoints: ["./src/front/index.html"],
outdir: "./dist",
minify: true,
sourcemap: development ? "inline" : "none",
sourcemap: "linked",
splitting: true,
publicPath: "/assets/",
});

View file

@ -33,14 +33,6 @@ body {
padding: 30px 20px;
font: 18px / 24px monospace;
box-shadow: 0 0 5px #0001;
:before {
color: #6f9aff;
}
::selection {
background: #bdf5;
}
}
.shj-inline {
@ -88,4 +80,4 @@ body {
100% {
transform: scale(1);
}
}
}