QOL
This commit is contained in:
parent
bc97623981
commit
a8a4031437
5 changed files with 124 additions and 353 deletions
|
@ -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/",
|
||||
});
|
||||
|
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue