From 4c6302d0f46b07515c5068184fc62e0beb1c78a8 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Mon, 5 Jan 2026 23:06:14 +0100 Subject: [PATCH] docs: refine showcase page --- docs/assets/terminal.css | 90 ++++++++++++++-------------------------- docs/showcase.md | 2 - showcase.md | 2 - 3 files changed, 30 insertions(+), 64 deletions(-) diff --git a/docs/assets/terminal.css b/docs/assets/terminal.css index 58bb59578..00242acb1 100644 --- a/docs/assets/terminal.css +++ b/docs/assets/terminal.css @@ -29,40 +29,40 @@ html[data-theme="auto"] { } html[data-theme="dark"] { - --bg0: #06141f; - --bg1: #031019; - --panel: #061a16; - --panel2: #071f19; - --text: #d6f6ea; - --muted: #95c9b9; - --faint: #66a391; - --link: #79ffd0; - --link2: #ff775f; + --bg0: #0b1a22; + --bg1: #0a1720; + --panel: #0e231f; + --panel2: #102a24; + --text: #c9eadc; + --muted: #8ab8aa; + --faint: #699b8d; + --link: #6fe8c7; + --link2: #ff7b63; --accent: #ff4f40; - --accent2: #67ff9b; - --frame-border: #b7ffe6; - --code-bg: #04110d; - --code-fg: #dcfff1; - --code-accent: #67ff9b; + --accent2: #5fdfa2; + --frame-border: #6fbfa8; + --code-bg: #091814; + --code-fg: #d7f5e8; + --code-accent: #5fdfa2; } @media (prefers-color-scheme: dark) { html[data-theme="auto"] { - --bg0: #06141f; - --bg1: #031019; - --panel: #061a16; - --panel2: #071f19; - --text: #d6f6ea; - --muted: #95c9b9; - --faint: #66a391; - --link: #79ffd0; - --link2: #ff775f; + --bg0: #0b1a22; + --bg1: #0a1720; + --panel: #0e231f; + --panel2: #102a24; + --text: #c9eadc; + --muted: #8ab8aa; + --faint: #699b8d; + --link: #6fe8c7; + --link2: #ff7b63; --accent: #ff4f40; - --accent2: #67ff9b; - --frame-border: #b7ffe6; - --code-bg: #04110d; - --code-fg: #dcfff1; - --code-accent: #67ff9b; + --accent2: #5fdfa2; + --frame-border: #6fbfa8; + --code-bg: #091814; + --code-fg: #d7f5e8; + --code-accent: #5fdfa2; } } @@ -87,39 +87,9 @@ body { overflow-x: hidden; } -body::before { - content: ""; - position: fixed; - inset: 0; - pointer-events: none; - opacity: 0.45; - background-image: - linear-gradient(to right, color-mix(in oklab, var(--text) 10%, transparent) 1px, transparent 1px), - linear-gradient(to bottom, color-mix(in oklab, var(--text) 10%, transparent) 1px, transparent 1px); - background-size: 28px 28px; - mix-blend-mode: overlay; -} - +body::before, body::after { - content: ""; - position: fixed; - inset: 0; - pointer-events: none; - background: repeating-linear-gradient( - to bottom, - rgba(0, 0, 0, var(--scanline-opacity)), - rgba(0, 0, 0, var(--scanline-opacity)) 1px, - transparent 1px, - transparent var(--scanline-size) - ); - opacity: 0.8; - mix-blend-mode: multiply; -} - -@media (prefers-reduced-motion: reduce) { - body::after { - display: none; - } + display: none; } .skip-link { diff --git a/docs/showcase.md b/docs/showcase.md index 40abc9af9..1e64dc7aa 100644 --- a/docs/showcase.md +++ b/docs/showcase.md @@ -34,5 +34,3 @@ Real projects from the community. Highlights from #showcase (Jan 2–5, 2026). ## Community builds (non‑Clawdis but made with/around it) - **StarSwap marketplace** — Full astronomy gear marketplace. https://star-swap.com/ - -If you want more items or a tighter curation, open an issue with links and a short blurb. diff --git a/showcase.md b/showcase.md index 060c22e70..91ec938ce 100644 --- a/showcase.md +++ b/showcase.md @@ -31,5 +31,3 @@ Highlights from #showcase (Jan 2–5, 2026). Curated for “wow” factor + conc - **StarSwap marketplace** — Full astronomy gear marketplace. https://star-swap.com/ --- - -If you want more items (or tighter curation), tell me the target length and audience.