docs: refine showcase page
This commit is contained in:
@@ -29,40 +29,40 @@ html[data-theme="auto"] {
|
|||||||
}
|
}
|
||||||
|
|
||||||
html[data-theme="dark"] {
|
html[data-theme="dark"] {
|
||||||
--bg0: #06141f;
|
--bg0: #0b1a22;
|
||||||
--bg1: #031019;
|
--bg1: #0a1720;
|
||||||
--panel: #061a16;
|
--panel: #0e231f;
|
||||||
--panel2: #071f19;
|
--panel2: #102a24;
|
||||||
--text: #d6f6ea;
|
--text: #c9eadc;
|
||||||
--muted: #95c9b9;
|
--muted: #8ab8aa;
|
||||||
--faint: #66a391;
|
--faint: #699b8d;
|
||||||
--link: #79ffd0;
|
--link: #6fe8c7;
|
||||||
--link2: #ff775f;
|
--link2: #ff7b63;
|
||||||
--accent: #ff4f40;
|
--accent: #ff4f40;
|
||||||
--accent2: #67ff9b;
|
--accent2: #5fdfa2;
|
||||||
--frame-border: #b7ffe6;
|
--frame-border: #6fbfa8;
|
||||||
--code-bg: #04110d;
|
--code-bg: #091814;
|
||||||
--code-fg: #dcfff1;
|
--code-fg: #d7f5e8;
|
||||||
--code-accent: #67ff9b;
|
--code-accent: #5fdfa2;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (prefers-color-scheme: dark) {
|
@media (prefers-color-scheme: dark) {
|
||||||
html[data-theme="auto"] {
|
html[data-theme="auto"] {
|
||||||
--bg0: #06141f;
|
--bg0: #0b1a22;
|
||||||
--bg1: #031019;
|
--bg1: #0a1720;
|
||||||
--panel: #061a16;
|
--panel: #0e231f;
|
||||||
--panel2: #071f19;
|
--panel2: #102a24;
|
||||||
--text: #d6f6ea;
|
--text: #c9eadc;
|
||||||
--muted: #95c9b9;
|
--muted: #8ab8aa;
|
||||||
--faint: #66a391;
|
--faint: #699b8d;
|
||||||
--link: #79ffd0;
|
--link: #6fe8c7;
|
||||||
--link2: #ff775f;
|
--link2: #ff7b63;
|
||||||
--accent: #ff4f40;
|
--accent: #ff4f40;
|
||||||
--accent2: #67ff9b;
|
--accent2: #5fdfa2;
|
||||||
--frame-border: #b7ffe6;
|
--frame-border: #6fbfa8;
|
||||||
--code-bg: #04110d;
|
--code-bg: #091814;
|
||||||
--code-fg: #dcfff1;
|
--code-fg: #d7f5e8;
|
||||||
--code-accent: #67ff9b;
|
--code-accent: #5fdfa2;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -87,39 +87,9 @@ body {
|
|||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
body::before {
|
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::after {
|
body::after {
|
||||||
content: "";
|
display: none;
|
||||||
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;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.skip-link {
|
.skip-link {
|
||||||
|
|||||||
@@ -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)
|
## Community builds (non‑Clawdis but made with/around it)
|
||||||
- **StarSwap marketplace** — Full astronomy gear marketplace. https://star-swap.com/
|
- **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.
|
|
||||||
|
|||||||
@@ -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/
|
- **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.
|
|
||||||
|
|||||||
Reference in New Issue
Block a user