From cd6c579d9c070191433bad1527125721f64fb6e8 Mon Sep 17 00:00:00 2001 From: Tony Date: Wed, 14 Jan 2026 15:07:34 -0600 Subject: [PATCH] remove text --- .github/workflows/release-docs.yml | 2 -- src/quote.js | 1 - src/style.css | 5 +++++ 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release-docs.yml b/.github/workflows/release-docs.yml index 72aeed7..695e3bf 100644 --- a/.github/workflows/release-docs.yml +++ b/.github/workflows/release-docs.yml @@ -32,8 +32,6 @@ jobs: echo '' - echo '' } > build/after-body.html - name: Build artifacts diff --git a/src/quote.js b/src/quote.js index 942a1f7..8993d44 100644 --- a/src/quote.js +++ b/src/quote.js @@ -28,7 +28,6 @@ btn.textContent = ""; btn.innerHTML = ` - Quote `; btn.addEventListener("click", (e) => { e.preventDefault(); diff --git a/src/style.css b/src/style.css index 2e3be88..ca0beda 100644 --- a/src/style.css +++ b/src/style.css @@ -243,6 +243,11 @@ pre code{ \ "); } +.quote-btn { + margin-left:.5rem; + font-size:.8em; + vertical-align:middle; +} /* Small-screen polish */ @media (max-width: 520px){