From 42709971f154817af8af687100032c679e1bf83d Mon Sep 17 00:00:00 2001 From: kainino0x Date: Thu, 14 Nov 2024 03:12:36 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20=20@=20dd985?= =?UTF-8?q?ca96bdd30062859d9322391b05b35fd456f=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/styles.css | 10 +++-- index.html | 3 +- main.js | 80 +++++++++++++++++---------------- main.js.map | 2 +- sample/bundleCulling/meta.ts | 10 ++--- sample/clusteredShading/meta.ts | 10 ++--- sample/marchingCubes/meta.ts | 10 ++--- sample/metaballs/meta.ts | 10 ++--- sample/pristineGrid/meta.ts | 10 ++--- sample/spookyball/meta.ts | 10 ++--- 10 files changed, 82 insertions(+), 73 deletions(-) diff --git a/css/styles.css b/css/styles.css index 69e82e79..22aa2915 100644 --- a/css/styles.css +++ b/css/styles.css @@ -21,9 +21,13 @@ body { a { text-decoration: none; - color: var(--link) + color: var(--link); +} +a:not([href]), a[href=""] { + /* link is missing href */ + text-decoration: wavy underline; + color: #f00; } - a:hover { text-decoration: underline; } @@ -49,4 +53,4 @@ main { .cm-editor { max-height: 100vh; -} \ No newline at end of file +} diff --git a/index.html b/index.html index 84648efc..3e696c45 100644 --- a/index.html +++ b/index.html @@ -56,7 +56,8 @@