From 19c43389499fa7b4d452a46917b672a5578cec16 Mon Sep 17 00:00:00 2001 From: paglobal Date: Sat, 9 Dec 2023 08:34:08 +0000 Subject: [PATCH] made a few changes --- 404.html | 2 +- app.js | 14 ++++++++++++-- dev.js | 2 +- style.css | 6 +----- 4 files changed, 15 insertions(+), 9 deletions(-) diff --git a/404.html b/404.html index 46c1793..611b6d2 100644 --- a/404.html +++ b/404.html @@ -114,7 +114,7 @@ } -
+
diff --git a/app.js b/app.js index 3626e43..676a3bc 100644 --- a/app.js +++ b/app.js @@ -420,7 +420,17 @@ function renderShellHTML() { ${components.navSection()}
${document.querySelector("template").innerHTML}
`; } @@ -529,7 +539,7 @@ function renderShellStyleSheet() { .copyright { color: var(--tertiary-stroke); font-size: 0.85rem; - /* font-weight: bold; */ + text-align: center; position: absolute; bottom: 0; margin: 0; diff --git a/dev.js b/dev.js index a3461a2..7a36d8e 100644 --- a/dev.js +++ b/dev.js @@ -75,7 +75,7 @@ function handleFileOutput(path) { fs.outputFileSync( __dirname + "404.html", wrapWithBase( - `
404
Oops, Page Not Found
Please Click To Go Back Home
`, + `
404
Oops, Page Not Found
Please Click To Go Back Home
`, ), ); } else { diff --git a/style.css b/style.css index 417af65..cbb45d5 100644 --- a/style.css +++ b/style.css @@ -37,6 +37,7 @@ body { html.dark, body.dark { + /* --primary-fill: #111; */ --primary-fill: #1c1e20; --primary-stroke: #ededed; --secondary-stroke: #c8c9cb; @@ -87,11 +88,6 @@ a, button { -webkit-tap-highlight-color: transparent; -webkit-touch-callout: none; - /* -webkit-user-select: none; */ - /* -khtml-user-select: none; */ - /* -moz-user-select: none; */ - /* -ms-user-select: none; */ - /* user-select: none; */ } .not-found {