Workspaces in Workspaces all around

This commit is contained in:
2026-02-19 01:49:15 +00:00
parent 72bca6cd42
commit dd8ab84df5
84 changed files with 3047 additions and 749 deletions
+6
View File
@@ -213,6 +213,12 @@
}
.dark {
/* Duck brand — lightened for dark-mode contrast */
--duck-teal: #22d3ee;
--duck-dark: #f1f5f9;
--duck-forest: #4ade80;
--duck-beige: #292524;
/* Page background */
--pixel-grid-color: rgba(200, 230, 210, 0.08);
+42 -34
View File
@@ -1,34 +1,38 @@
/* File Viewer — Markdown Prose */
.file-viewer-md {
color: #14532d;
color: hsl(var(--foreground));
font-size: 0.95rem;
line-height: 1.75;
}
.file-viewer-md h1 {
color: hsl(var(--foreground));
font-size: 2em;
font-weight: 700;
margin: 1.5em 0 0.5em;
padding-bottom: 0.3em;
border-bottom: 2px solid rgba(20, 83, 45, 0.12);
border-bottom: 2px solid hsl(var(--border));
letter-spacing: -0.02em;
}
.file-viewer-md h2 {
color: hsl(var(--foreground));
font-size: 1.5em;
font-weight: 600;
margin: 1.4em 0 0.4em;
padding-bottom: 0.25em;
border-bottom: 1px solid rgba(20, 83, 45, 0.08);
border-bottom: 1px solid hsl(var(--border));
}
.file-viewer-md h3 {
color: hsl(var(--foreground));
font-size: 1.25em;
font-weight: 600;
margin: 1.2em 0 0.4em;
}
.file-viewer-md h4, .file-viewer-md h5, .file-viewer-md h6 {
color: hsl(var(--foreground));
font-size: 1.05em;
font-weight: 600;
margin: 1em 0 0.3em;
@@ -39,27 +43,26 @@
}
.file-viewer-md a {
color: #0891b2;
color: var(--duck-teal);
text-decoration: underline;
text-underline-offset: 2px;
}
.file-viewer-md a:hover {
color: #0e7490;
opacity: 0.8;
}
.file-viewer-md strong {
font-weight: 600;
color: #14532d;
}
.file-viewer-md blockquote {
margin: 1em 0;
padding: 0.5em 1em;
border-left: 3px solid #0891b2;
background: rgba(8, 145, 178, 0.05);
border-left: 3px solid var(--duck-teal);
background: color-mix(in srgb, var(--duck-teal) 5%, transparent);
border-radius: 0 0.5rem 0.5rem 0;
color: #166534;
color: hsl(var(--muted-foreground));
}
.file-viewer-md ul, .file-viewer-md ol {
@@ -72,13 +75,13 @@
}
.file-viewer-md li::marker {
color: #0891b2;
color: var(--duck-teal);
}
.file-viewer-md hr {
border: none;
height: 1px;
background: rgba(20, 83, 45, 0.12);
background: hsl(var(--border));
margin: 2em 0;
}
@@ -90,20 +93,21 @@
}
.file-viewer-md th {
background: rgba(8, 145, 178, 0.08);
color: hsl(var(--muted-foreground));
background: color-mix(in srgb, var(--duck-teal) 8%, transparent);
font-weight: 600;
text-align: left;
padding: 0.5em 0.75em;
border: 1px solid rgba(20, 83, 45, 0.12);
border: 1px solid hsl(var(--border));
}
.file-viewer-md td {
padding: 0.5em 0.75em;
border: 1px solid rgba(20, 83, 45, 0.08);
border: 1px solid hsl(var(--border));
}
.file-viewer-md tr:nth-child(even) {
background: rgba(20, 83, 45, 0.02);
background: hsl(var(--muted) / 0.3);
}
.file-viewer-md img {
@@ -113,41 +117,45 @@
}
.file-viewer-md input[type="checkbox"] {
accent-color: #0891b2;
accent-color: var(--duck-teal);
margin-right: 0.5em;
}
/* Skills — Markdown Prose */
.skill-md {
color: #14532d;
color: hsl(var(--foreground));
font-size: 0.95rem;
line-height: 1.75;
}
.skill-md h1 {
color: hsl(var(--foreground));
font-size: 2em;
font-weight: 700;
margin: 1.5em 0 0.5em;
padding-bottom: 0.3em;
border-bottom: 2px solid rgba(20, 83, 45, 0.12);
border-bottom: 2px solid hsl(var(--border));
letter-spacing: -0.02em;
}
.skill-md h2 {
color: hsl(var(--foreground));
font-size: 1.5em;
font-weight: 600;
margin: 1.4em 0 0.4em;
padding-bottom: 0.25em;
border-bottom: 1px solid rgba(20, 83, 45, 0.08);
border-bottom: 1px solid hsl(var(--border));
}
.skill-md h3 {
color: hsl(var(--foreground));
font-size: 1.25em;
font-weight: 600;
margin: 1.2em 0 0.4em;
}
.skill-md h4, .skill-md h5, .skill-md h6 {
color: hsl(var(--foreground));
font-size: 1.05em;
font-weight: 600;
margin: 1em 0 0.3em;
@@ -158,27 +166,26 @@
}
.skill-md a {
color: #0891b2;
color: var(--duck-teal);
text-decoration: underline;
text-underline-offset: 2px;
}
.skill-md a:hover {
color: #0e7490;
opacity: 0.8;
}
.skill-md strong {
font-weight: 600;
color: #14532d;
}
.skill-md blockquote {
margin: 1em 0;
padding: 0.5em 1em;
border-left: 3px solid #0891b2;
background: rgba(8, 145, 178, 0.05);
border-left: 3px solid var(--duck-teal);
background: color-mix(in srgb, var(--duck-teal) 5%, transparent);
border-radius: 0 0.5rem 0.5rem 0;
color: #166534;
color: hsl(var(--muted-foreground));
}
.skill-md ul, .skill-md ol {
@@ -191,14 +198,14 @@
}
.skill-md li::marker {
color: #0891b2;
color: var(--duck-teal);
}
.skill-md code {
padding: 0.15em 0.4em;
border-radius: 0.25rem;
background: rgba(8, 145, 178, 0.1);
color: #0891b2;
background: color-mix(in srgb, var(--duck-teal) 10%, transparent);
color: var(--duck-teal);
font-size: 0.85em;
font-family: ui-monospace, monospace;
}
@@ -224,7 +231,7 @@
.skill-md hr {
border: none;
height: 1px;
background: rgba(20, 83, 45, 0.12);
background: hsl(var(--border));
margin: 2em 0;
}
@@ -236,20 +243,21 @@
}
.skill-md th {
background: rgba(8, 145, 178, 0.08);
color: hsl(var(--muted-foreground));
background: color-mix(in srgb, var(--duck-teal) 8%, transparent);
font-weight: 600;
text-align: left;
padding: 0.5em 0.75em;
border: 1px solid rgba(20, 83, 45, 0.12);
border: 1px solid hsl(var(--border));
}
.skill-md td {
padding: 0.5em 0.75em;
border: 1px solid rgba(20, 83, 45, 0.08);
border: 1px solid hsl(var(--border));
}
.skill-md tr:nth-child(even) {
background: rgba(20, 83, 45, 0.02);
background: hsl(var(--muted) / 0.3);
}
.skill-md img {
@@ -259,6 +267,6 @@
}
.skill-md input[type="checkbox"] {
accent-color: #0891b2;
accent-color: var(--duck-teal);
margin-right: 0.5em;
}